dataset_factory 模組

包含建立 Azure Machine Learning 資料集的功能。

類別

DataType

為在 Azure Machine Learning 中建立的資料集設定資料行資料類型。

DataType 方法用於 TabularDatasetFactory 類別 from_* 方法中,用來建立新的 TabularDataset 物件。

FileDatasetFactory

包含建立 Azure Machine Learning 檔案資料集的方法。

FileDataset會從 from_files 這個類別中定義的 方法建立 。

如需使用檔案資料集的詳細資訊,請參閱筆記本 https://aka.ms/filedataset-samplenotebook

TabularDatasetFactory

包含建立 Azure Machine Learning 表格式資料集的方法。

TabularDataset使用這個類別中的 方法建立 from_* ,例如 方法 from_delimited_files

如需使用表格式資料集的詳細資訊,請參閱筆記本 https://aka.ms/tabulardataset-samplenotebook