You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/azure-machine-learning-release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ This breaking change comes from the June release of `azureml-inference-server-ht
264
264
+ Converting decimal type y-test into float to allow for metrics computation to proceed without errors.
265
265
+ AutoML training now supports numpy version 1.8.
266
266
+**azureml-contrib-automl-dnn-forecasting**
267
-
+ Fixed a bug in the TCNForecaster model were not all training data would be used when cross-validation settings were provided.
267
+
+ Fixed a bug in the TCNForecaster model where not all training data would be used when cross-validation settings were provided.
268
268
+ TCNForecaster wrapper's forecast method that was corrupting inference-time predictions. Also fixed an issue where the forecast method would not use the most recent context data in train-valid scenarios.
269
269
+**azureml-interpret**
270
270
+ For azureml-interpret package, remove shap pin with packaging update. Remove numba and numpy pin after CE env update.
@@ -1728,7 +1728,7 @@ To get started, visit the [Run Jupyter Notebooks in your workspace](../how-to-ru
1728
1728
1729
1729
**New Features Introduced:**
1730
1730
1731
-
+ Improved editor (Monaco editor) used by VS Code
1731
+
+ Improved editor (Monaco editor) used by Visual Studio Code
1732
1732
+ UI/UX improvements
1733
1733
+ Cell Toolbar
1734
1734
+ New Notebook Toolbar and Compute Controls
@@ -3011,7 +3011,7 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
3011
3011
+ Use transfer learning with the supported DNN
3012
3012
+ Register the model with Model Management Service and containerize the model
3013
3013
+ Deploy the model to an Azure VMwith an FPGAin an Azure Kubernetes Service (AKS) cluster
3014
-
+ Deploy the container to an [Azure Data Box Edge](../../databox-online/azure-stack-edge-overview.md) server device
3014
+
+ Deploy the container to an [Azure Stack Edge](../../databox-online/azure-stack-edge-overview.md) server device
3015
3015
+ Score your data with the gRPC endpoint with this [sample](https://github.com/Azure-Samples/aml-hardware-accelerated-models)
0 commit comments