Skip to content

Commit 5c7594c

Browse files
authored
Update ML.NET AutoML API links (#15774)
1 parent fec518c commit 5c7594c

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

docs/machine-learning/how-to-guides/how-to-use-the-automl-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to use the ML.NET automated ML API
33
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
55
ms.custom: mvc,how-to
66
---
77

@@ -58,7 +58,7 @@ Create experiment settings for the determined ML task type:
5858

5959
## Configure experiment settings
6060

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.
6262

6363
Some examples include:
6464

docs/machine-learning/toc.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
items:
88
- name: The ML.NET API
99
href: how-does-mldotnet-work.md
10-
- name: Tools
10+
- name: Model Builder & CLI
1111
items:
1212
- name: The ML.NET Model Builder tool
1313
href: automate-training-with-model-builder.md
@@ -97,7 +97,7 @@
9797
href: how-to-guides/serve-model-serverless-azure-functions-ml-net.md
9898
- name: Deploy a model to a web API
9999
href: how-to-guides/serve-model-web-api-ml-net.md
100-
- name: Tools
100+
- name: Model Builder & CLI
101101
items:
102102
- name: Load data into Model Builder
103103
href: how-to-guides/load-data-model-builder.md
@@ -109,18 +109,12 @@
109109
href: how-to-guides/how-to-use-the-automl-api.md
110110
- name: Reference
111111
items:
112-
- name: API
113-
items:
114-
- name: ML.NET API Reference
115-
href: https://docs.microsoft.com/dotnet/api/?view=ml-dotnet
116-
- name: ML.NET API Preview API Reference
117-
href: https://docs.microsoft.com/dotnet/api/?view=ml-dotnet-preview
118-
- name: Tools
119-
items:
120-
- name: CLI reference
121-
href: reference/ml-net-cli-reference.md
122-
- name: ML.NET AutoML API reference
123-
href: https://docs.microsoft.com/dotnet/api/index?view=automl-dotnet
112+
- name: ML.NET API Reference
113+
href: https://docs.microsoft.com/dotnet/api/?view=ml-dotnet
114+
- name: ML.NET API Preview API Reference
115+
href: https://docs.microsoft.com/dotnet/api/?view=ml-dotnet-preview
116+
- name: CLI reference
117+
href: reference/ml-net-cli-reference.md
124118
- name: Resources
125119
items:
126120
- name: Overview

0 commit comments

Comments
 (0)