cost 348 ms
如何為管道作業期間上傳的 Azure 機器學習格式化 MLTable 中的文件路徑?

[英]How to format the file path in an MLTable for Azure Machine Learning uploaded during a pipeline job?

如何在本地文件夾中創建但隨后作為管道作業的一部分上傳的 MLTable 文件中表達 (.csv) 文件的路徑? 我正在關注azuerml-examples 存儲庫( 文章和筆記本)中的 Jupyter notebook automl-forecasting-task-energy-demand-a ...

遇到內部 AutoML 錯誤 - ClientException:消息:沒有要連接的對象

[英]Encountered an internal AutoML error- ClientException: Message: No objects to concatenate

我正在嘗試在 azureautoml 管道上實施分層時間序列預測。 我按照這個筆記本來實現https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasti ...

在 Azure ML 子進程中訪問自定義模塊/在 Azure ML 管道中編輯 PYTHONPATH

[英]Access custom module in Azure ML subprocess / Edit PYTHONPATH inside of Azure ML pipeline

我有以下項目結構: 我在 Azure ML studio 管道中運行start_script.py 。 在start_script.py內部,我需要使用以下命令運行example.py : subprocess.run(['python3.9', "scripts/example.py"], c ...

我不能 select 按要在 azureml 設計器中清理的列中的名稱作為我所附的圖片。 我該如何處理?

[英]I can't select By name in Columns to be cleaned in azureml designer as picture I attached. How should I deal with this?

來自數據集中 select 列的數據 output 沒有出現,因此,我無法在下游清理缺失數據組件中獲得建議。 我無法調試為什么數據集中 select 列的數據 output 沒有生成。 ...

AzureML - CLIv2 - 安裝數據存儲

[英]AzureML - CLIv2 - Mount Datastore

我創建了一個簡單的腳本以了解 AzureML CLIv2 中 AzureML 和 AzureStorage 之間的交互。 我想下載 MNIST 數據集並存儲在數據存儲中。 首先,我在 AzureML 中聲明了我的數據存儲: 我創建了一個非常簡單的腳本來像這樣下載 MNIST 數據集(torchvi ...

如何使用 azure ml cli 部署帶有評分文件的多個 ml 模型

[英]How to deploy multiple ml models with scoring file using azure ml cli

我正在嘗試使用評分腳本文件從工作區部署多個 azure ml 模型,但我無法使用 azure ml cli 部署 2 個模型 但出現錯誤: {'Azure-cli-ml Version': '1.41.0', 'Error': WebserviceException: Message: ModelN ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM