Azure / Azure/MachineLearningNotebooks
"datastore.upload_files" is deprecated after version 1.0.69
- 主要言語
- Jupyter Notebook
- スター
- 4.4k
- フォーク
- 2.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In `azureml-core 1.37.0.post1`, we have gotten the warning message like the below:
```
"datastore.upload_files" is deprecated after version 1.0.69. Please use "FileDatasetFactory.upload_directory" instead. See Dataset API change notice at https://aka.ms/dataset-deprecation.
```
It seems that the URL points to [this page](https://github.com/Azure/MachineLearningNotebooks/blob/b05ff80e9dfc3d1a38031e9e701ebed841760463/how-to-use-azureml/work-with-data/dataset-api-change-notice.md), but there is no information for migration.
`datastore.upload_files` could specify files as a list explicitly even if the directory contains the file we don't want to upload like credential data, the file which contains personal data before processing, and so on.
How to use `FileDatasetFactory.upload_directory` as same as `datastore.upload_files`?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Issue にリンクされている dataset API の変更通知と、datastore.upload_files および FileDatasetFactory.upload_directory に関する Azure ML のドキュメントから始めてください。選択したファイルだけをアップロードする場合の移行方法を、関連する API オプションと簡潔な例を含めて文書化してください。変更通知で同等のワークフローを説明し、除外されるファイルを扱っていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, python
- 領域
- documentation, machine-learning
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 半日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100