Skip to content

安装

ydata-sdk 可通过 PyPi 获取,使得安装过程简便,并能与数据科学编程环境(Google Colab、Jupyter Notebooks、Visual Studio Code、PyCharm)及技术栈(pandasnumpyscikit-learn)无缝集成。

安装包

目前,该包支持 Python 3.9 及以上版本,最高至 Python 3.12,并可在 Windows、Linux 或 MacOS 操作系统中安装。

在安装包之前,建议创建一个虚拟或 conda 环境:

conda create -n synth-env python=3.12
conda activate synth-env

上述命令创建并激活了一个名为 "synth-env" 的新环境,其中包含 Python 3.12.X 版本。在新环境中,您可以安装 ydata-sdk

pip install ydata-sdk

安装 ydata-synthetic 5分钟 – 逐步安装指南

使用 Google Colab

要在 Google Colab 笔记本中安装,可以使用以下命令:

!pip install ydata-sdk

确保您的 Google Colab 运行的是 Python 版本 >=3.9, <=3.12。了解如何在 Google Colab 上配置 Python 版本,请点击此处