Skip to content

Commit 31c51e7

Browse files
authored
Improve acrolinx score for consistency
1 parent d74131b commit 31c51e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
7777
+ **Deprecate Python 3.7 as a supported runtime for SDK v1 packages**
7878
+ On December 4, 2023, Azure Machine Learning will officially stop supporting Python 3.7 for SDK v1 packages and deprecate it as a supported runtime. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)
7979
+ As of the deprecation date of December 4, 2023, the Azure Machine Learning SDK v1 packages will no longer receive security patches and other updates for the Python 3.7 runtime.
80-
+ The current Python 3.7 versions for Azure Machine Learning SDK v1 will still function. However, in order to continue receiving security updates and remaining qualified for technical assistance, Azure Machine Learning strongly advises that you move your scripts and dependencies to a supported version of the Python runtime.
80+
+ The current Python 3.7 versions for Azure Machine Learning SDK v1 still functions. However, in order to continue receiving security updates and remaining qualified for technical assistance, Azure Machine Learning strongly advises that you move your scripts and dependencies to a supported version of the Python runtime.
8181
+ As a runtime for Azure Machine Learning SDK v1 files, we advise using Python version 3.8 or later.
82-
+ Additionally, Python 3.7 based Azure Machine Learning SDK v1 packages will no longer be qualified for technical assistance.
82+
+ Additionally, Python 3.7 based Azure Machine Learning SDK v1 packages no longer qualifies for technical assistance.
8383
+ Use Azure Machine Learning support to get in touch with us if you have any concerns.
8484

8585
## 2023-13-02
@@ -111,7 +111,7 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
111111
+ azureml-sdk and azureml-train-automl-client now support Python version 3.10
112112
+ **azureml-train-automl-runtime**
113113
+ Clean up missing y before training
114-
+ Clean up nan or empty values of target column for non-streaming scenarios
114+
+ Clean up nan or empty values of target column for nonstreaming scenarios
115115
+ Forecast horizon visuals for test-set are now available while running the training experiment.
116116
+ **azureml-train-core**
117117
+ Added the support to customer to provide custom run id for hyperdrive runs
@@ -412,7 +412,7 @@ This breaking change comes from the June release of `azureml-inference-server-ht
412412
+ Submitting Reinforcement Learning runs that use simulators are no longer supported.
413413
+ **azureml-core**
414414
+ Added support for partitioned premium blob.
415-
+ Specifying non-public clouds for Managed Identity authentication is no longer supported.
415+
+ Specifying nonpublic clouds for Managed Identity authentication is no longer supported.
416416
+ User can migrate AKS web service to online endpoint and deployment, which is managed by CLI (v2).
417417
+ The instance type for training jobs on Kubernetes compute targets can now be set via a RunConfiguration property: run_config.kubernetescompute.instance_type.
418418
+ **azureml-defaults**
@@ -438,7 +438,7 @@ This breaking change comes from the June release of `azureml-inference-server-ht
438438
+ **azureml-contrib-fairness**
439439
+ Improve error message on failed dashboard download
440440
+ **azureml-core**
441-
+ Bug in specifying non-public clouds for Managed Identity authentication has been resolved.
441+
+ Bug in specifying nonpublic clouds for Managed Identity authentication has been resolved.
442442
+ Dataset.File.upload_directory() and Dataset.Tabular.register_pandas_dataframe() experimental flags are now removed.
443443
+ Experimental flags are now removed in partition_by() method of TabularDataset class.
444444
+ **azureml-pipeline-steps**
@@ -641,7 +641,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
641641
+ **azureml-automl-runtime**
642642
+ Improved AutoML Scoring script to make it consistent with designer
643643
+ Patch bug where forecasting with the Prophet model would throw a "missing column" error if trained on an earlier version of the SDK.
644-
+ Added the ARIMAX model to the public-facing, forecasting-supported model lists of the AutoML SDK. Here, ARIMAX is a regression with ARIMA errors and a special case of the transfer function models developed by Box and Jenkins. For a discussion of how the two approaches are different, see [The ARIMAX model muddle](https://robjhyndman.com/hyndsight/arimax/). Unlike the rest of the multivariate models that use auto-generated, time-dependent features (hour of the day, day of the year, and so on) in AutoML, this model uses only features that are provided by the user, and it makes interpreting coefficients easy.
644+
+ Added the ARIMAX model to the public-facing, forecasting-supported model lists of the AutoML SDK. Here, ARIMAX is a regression with ARIMA errors and a special case of the transfer function models developed by Box and Jenkins. For a discussion of how the two approaches are different, see [The ARIMAX model muddle](https://robjhyndman.com/hyndsight/arimax/). Unlike the rest of the multivariate models that use autogenerated, time-dependent features (hour of the day, day of the year, and so on) in AutoML, this model uses only features that are provided by the user, and it makes interpreting coefficients easy.
645645
+ **azureml-contrib-dataset**
646646
+ Updated documentation description with indication that libfuse should be installed while using mount.
647647
+ **azureml-core**
@@ -1596,7 +1596,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
15961596

15971597
+ **New features**
15981598
+ **azureml-automl-runtime**
1599-
+ AutoML Forecasting now supports customers forecast beyond the pre-specified max-horizon without retraining the model. When the forecast destination is farther into the future than the specified maximum horizon, the forecast() function still makes point predictions out to the later date using a recursive operation mode. For the illustration of the new feature, see the "Forecasting farther than the maximum horizon" section of "forecasting-forecast-function" notebook in [folder](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/automated-machine-learning)."
1599+
+ AutoML Forecasting now supports customers forecast beyond the prespecified max-horizon without retraining the model. When the forecast destination is farther into the future than the specified maximum horizon, the forecast() function still makes point predictions out to the later date using a recursive operation mode. For the illustration of the new feature, see the "Forecasting farther than the maximum horizon" section of "forecasting-forecast-function" notebook in [folder](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/automated-machine-learning)."
16001600

16011601
+ **azureml-pipeline-steps**
16021602
+ ParallelRunStep is now released and is part of **azureml-pipeline-steps** package. Existing ParallelRunStep in **azureml-contrib-pipeline-steps** package is deprecated. Changes from public preview version:
@@ -2560,8 +2560,8 @@ The Experiment tab in the [new workspace portal](https://ml.azure.com) has been
25602560
### Azure Machine Learning SDK for Python v1.0.65
25612561

25622562
+ **New features**
2563-
+ Added curated environments. These environments have been pre-configured with libraries for common machine learning tasks, and have been pre-build and cached as Docker images for faster execution. They appear by default in Workspace's list of environment, with prefix "AzureML".
2564-
+ Added curated environments. These environments have been pre-configured with libraries for common machine learning tasks, and have been pre-build and cached as Docker images for faster execution. They appear by default in [Workspace](/python/api/azureml-core/azureml.core.workspace%28class%29)'s list of environment, with prefix "AzureML".
2563+
+ Added curated environments. These environments have been preconfigured with libraries for common machine learning tasks, and have been prebuild and cached as Docker images for faster execution. They appear by default in Workspace's list of environment, with prefix "AzureML".
2564+
+ Added curated environments. These environments have been preconfigured with libraries for common machine learning tasks, and have been prebuild and cached as Docker images for faster execution. They appear by default in [Workspace](/python/api/azureml-core/azureml.core.workspace%28class%29)'s list of environment, with prefix "AzureML".
25652565

25662566
+ **azureml-train-automl**
25672567
+ **[azureml-train-automl](/python/api/azureml-train-automl-runtime/)**

0 commit comments

Comments
 (0)