File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
articles/machine-learning/service Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
35
35
+ ** azureml-automl-core**
36
36
+ Removed featurizationConfig to be logged
37
37
+ Updated logging to log "auto"/"off"/"customized" only.
38
- + Added support for pandas. Series and pandas.Categorical for detecting column data type. Previously only supported numpy.ndarray
39
- + Added related code changes to handle categorical dtype correctly.
40
- + The forecast function interface was improved: the y_pred parameter was made optional. -The docstrings were improved.
41
38
+ ** azureml-automl-runtime**
42
- + Removed featurizationConfig to be logged - Updated logging to log "auto"/"off"/"customized" only.
43
39
+ Added support for pandas. Series and pandas.Categorical for detecting column data type. Previously only supported numpy.ndarray
44
40
+ Added related code changes to handle categorical dtype correctly.
45
41
+ The forecast function interface was improved: the y_pred parameter was made optional. -The docstrings were improved.
@@ -50,9 +46,6 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
50
46
+ Changed time series-related Datasets methods to ` include_boundary=True ` by default.
51
47
+ ** azureml-train-automl-client**
52
48
+ Fixed issue where validation results are not printed when show output is set to false.
53
- + Removed featurizationConfig to be logged - Updated logging to log "auto"/"off"/"customized" only.
54
- + ** azureml-train-automl-runtime**
55
- + The forecast function interface was improved: the y_pred parameter was made optional. -The docstrings were improved.
56
49
57
50
58
51
## 2019-11-25
You can’t perform that action at this time.
0 commit comments