File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,17 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
31
31
+ [ Reference upcoming breaking changes and old API support drop date]
32
32
33
33
+ ** Bug fixes and improvements**
34
- + [ Insert fixes and improvements below. Link github issues resolved with this release]
34
+ + ** azureml-automl-core**
35
+ + Explicitely checking for label_column_name & weight_column_name parameters for AutoMLConfig to be of type string.
36
+ + ** azureml-contrib-automl-dnn-vision**
37
+ + Reorganize tests of automl-vision
38
+ + ** azureml-dataprep**
39
+ + Support european-style dot-delimited decimal conversion in set_column_types.
40
+ + ** azureml-interpret**
41
+ + added upper bound to file size for the visualization data on uploaded explanations
42
+ + ** azureml-train-automl-client**
43
+ + Explicitely checking for label_column_name & weight_column_name parameters for AutoMLConfig to be of type string.
44
+
35
45
36
46
## 2020-04-13
37
47
You can’t perform that action at this time.
0 commit comments