dataset_factory 模組
包含建立 Azure Machine Learning 資料集的功能。
類別
DataType |
為在 Azure Machine Learning 中建立的資料集設定資料行資料類型。 DataType 方法用於 TabularDatasetFactory 類別 |
FileDatasetFactory |
包含建立 Azure Machine Learning 檔案資料集的方法。 FileDataset會從 from_files 這個類別中定義的 方法建立 。 如需使用檔案資料集的詳細資訊,請參閱筆記本 https://aka.ms/filedataset-samplenotebook 。 |
TabularDatasetFactory |
包含建立 Azure Machine Learning 表格式資料集的方法。
TabularDataset使用這個類別中的 方法建立 如需使用表格式資料集的詳細資訊,請參閱筆記本 https://aka.ms/tabulardataset-samplenotebook 。 |