Skip to content

Commit 8eb1dab

Browse files
authored
fixing a link in the cookbook (#2324)
* fixing a link in the cookbook * making sure issue #2155 has no issues with the cookbooks * nit: title clarification
1 parent f5af03b commit 8eb1dab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/code/MlNetCookBook.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This document is intended to provide essential samples for common usage patterns
44
It is advisable to be at least minimally familiar with [high-level concepts of ML.NET](MlNetHighLevelConcepts.md), otherwise the terminology in this document may be foreign to you.
55
The examples in this document make use of the dynamic API, currently the supported ML.NET API.
66
In ML.NET there is also a static API, that operates on the schema of the data, strongly typing the data type.
7-
That version of the API is considered experimental., more about it in the [Static API Cookbook](experimental/MlNetCookBook_staticApi.md)
7+
That version of the API is considered experimental., more about it in the [Static API Cookbook](experimental/MlNetCookBookStaticApi.md)
88

99
The examples in this cookbook use the recommended and supported API for ML.NET known as the "Dynamic API."
10-
For examples of the "Static API", an experimental API that operates on the schema of the data using strongly typed data types, please refer to the [Static API Cookbook](experimental/MlNetCookBook_staticApi.md)
10+
For examples of the "Static API", an experimental API that operates on the schema of the data using strongly typed data types, please refer to the [Static API Cookbook](experimental/MlNetCookBookStaticApi.md)
1111

1212
## How to use this cookbook
1313

docs/code/experimental/MlNetCookBook_StaticApi.md renamed to docs/code/experimental/MlNetCookBookStaticApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ML.NET Cookbook
1+
# ML.NET Cookbook (Using Static API examples)
22

33
This document is intended to provide essential samples for common usage patterns of ML.NET, using examples from the experimental "Static API".
44
The static api operates on the schema of the data, and strongly types the data columns.

0 commit comments

Comments
 (0)