Skip to content

Commit 50736e4

Browse files
authored
ParallelRunStep release notes updates
1 parent 83ed65a commit 50736e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2626
+ AutoML Forecasting now supports customers forecast beyond the pre-specified max-horizon without re-training the model. When the forecast destination is farther into the future than the specified maximum horizon, the forecast() function will still make point predictions out to the later date using a recursive operation mode. For the illustration of the new feature, please 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)."
2727

2828
+ **azureml-pipeline-steps**
29-
+ ParallelRunStep is now released and part of azureml-pipeline-steps. Existing ParallelRunStep in azureml-contrib-pipeline-steps package is deprecated. Changes from public preview version:
29+
+ 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:
3030
+ Added `run_max_try` optional configurable parameter to control max call to run method for any given batch, default value is 3.
3131
+ No PipelineParameters are auto-generated anymore. Following configurable values can be set as PipelineParameter explicitly.
3232
+ mini_batch_size

0 commit comments

Comments
 (0)