Azure / azureml-sdk-for-r

Azure Machine Learning SDK for R
https://azure.github.io/azureml-sdk-for-r/
Other
104 stars 40 forks source link

'Estimator' is deprecated. #424

Open stahengik opened 3 years ago

stahengik commented 3 years ago

Describe the bug azureml-sdk-for-r seems to not have updates

To Reproduce Try to create an estimator est <- estimator(source_directory = "train-and-deploy-first-model", entry_script = "accidents.R", script_params = list("--data_folder" = ds$path(target_path)), compute_target = compute_target )

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image