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: docs/machine-learning/how-to-guides/how-to-use-the-automl-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to use the ML.NET automated ML API
3
3
description: The ML.NET automated ML API automates the model building process and generates a model ready for deployment. Learn the options that you can use to configure automated machine learning tasks.
4
-
ms.date: 04/24/2019
4
+
ms.date: 11/7/2019
5
5
ms.custom: mvc,how-to
6
6
---
7
7
@@ -58,7 +58,7 @@ Create experiment settings for the determined ML task type:
58
58
59
59
## Configure experiment settings
60
60
61
-
Experiments are highly configurable. See the [AutoML API docs](https://docs.microsoft.com/dotnet/api/?view=automl-dotnet) for a full list of configuration settings.
61
+
Experiments are highly configurable. See the [AutoML API docs](https://docs.microsoft.com/dotnet/api/microsoft.ml.automl?view=ml-dotnet-preview) for a full list of configuration settings.
0 commit comments