Skip to content

Commit ee4bee3

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent eec0270 commit ee4bee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
4646
+ Fixed the issue with the error thrown if the grain which was not present in the training set appeared in the test set
4747
+ Removed the y_query requirement during scoring on forecasting service
4848
+ Fixed the issue with forecasting when the data set contains short grains with long time gaps.
49-
+ Fixed the issue when the auto max horizon is turned on and the date column contains dates in form of strings. We added proper conversion and sensible error if conversion to date is not possible
49+
+ Fixed the issue when the auto max horizon is turned on and the date column contains dates in form of strings. Proper conversion and error messages were added for when conversion to date is not possible
5050
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
5151
+ Fixed a bug where failed child runs could get stuck in Running state.
5252
+ Increased speed of featurization.
53-
+ Fixed the frequency check during scoring, now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
53+
+ Fixed the frequency check during scoring, now the forecasting tasks do not require strict frequency equivalence between train and test set.
5454
+ Changed the input of the constructor to take a list of options to apply the imputation options for corresponding columns.
5555
+ Fixed errors related to lag type selection.
5656
+ Fixed the unclassified error raised on the data sets, having grains with the single row

0 commit comments

Comments
 (0)