dataset_factory 模块

包含用于为 Azure 机器学习创建数据集的功能。

DataType

为在 Azure 机器学习中创建的数据集配置列数据类型。

TabularDatasetFactory 类的 from_* 方法中使用 DataType 方法,用于新建 TabularDataset 对象。

FileDatasetFactory

包含为 Azure 机器学习创建文件数据集的方法。

通过此类中定义的 from_files 方法创建 FileDataset

有关使用文件数据集的详细信息,请参阅笔记本 https://aka.ms/filedataset-samplenotebook

TabularDatasetFactory

包含为 Azure 机器学习创建表格数据集的方法。

TabularDataset 是使用此类中的 from_* 方法创建的,例如方法 from_delimited_files

有关使用表格数据集的详细信息,请参阅笔记本 https://aka.ms/tabulardataset-samplenotebook