Skip to content

Commit 882f9f5

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 6b2061c commit 882f9f5

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
@@ -35,7 +35,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
3535
+ Fixes an accidentally left behind warning log in my previous PR. The log was used for debugging and accidentally was left behind.
3636
+ Bug fix: inform clients about partial failure during profiling
3737
+ **azureml-automl-core**
38-
+ Speed up Prophet/AutoArima model in automl forecasting by enabling parallel fitting for the time series when data sets has multiple time series.
38+
+ Speed up Prophet/AutoArima model in automl forecasting by enabling parallel fitting for the time series when data sets has multiple time series. In order to benefit from this new feature, you are recommended to set "max_cores_per_iteration = -1" (i.e., using all the available cpu cores) in AutoMLConfig.
3939
+ Fix KeyError on printing guardrails in console interface
4040
+ Fixed error message for experimentation_timeout_hours
4141
+ Deprecated Tensorflow models for AutoML.

0 commit comments

Comments
 (0)