Skip to content

Commit 6c4ea2c

Browse files
authored
repair link to sklearn notebook
1 parent 62e3164 commit 6c4ea2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/service/azure-machine-learning-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2525
### Azure Machine Learning SDK for Python v1.0.43
2626

2727
+ **New features**
28-
+ Azure Machine Learning now provides first-class support for popular machine learning and data analysis framework Scikit-learn. Using [`SKLearn` estimator](https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.sklearn.sklearn?view=azure-ml-py), users can easily train and deploy Scikit-learn models.
28+
+ Azure Machine Learning now provides first-class support for popular machine learning and data analysis framework Scikit-learn. Using [`SKLearn` estimator](https://docs.microsoft.com/en-us/python/api/azureml-train-core/azureml.train.sklearn.sklearn?view=azure-ml-py), users can easily train and deploy Scikit-learn models.
29+
+ Learn how to [run hyperparameter tuning with Scikit-learn using HyperDrive](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/training/README.md).
2930
+ Added support for creating ModuleStep in pipelines along with Module and ModuleVersion classes to manage reusable compute units.
3031
+ ACI webservices now support persistent scoring_uri through updates. The scoring_uri will change from IP to FQDN. The Dns Name Label for FQDN can be configured by setting the dns_name_label on deploy_configuration.
3132
+ Automated machine learning new features:

0 commit comments

Comments
 (0)