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: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ All commits in a pull request will be squashed to a single commit with the origi
24
24
25
25
26
26
## Uploading datasets
27
-
* Only datasets that allowed for public use for all purposes (including redistribution) can be uploaded to this repository.
27
+
* Only datasets that allowed for public use for all purposes (including redistribution) can be uploaded to this repository.
28
28
* To avoid the repository growing too large that it's not convenient to work with, the limit for an uploaded dataset file is 5 MB. Everything that is bigger should be downloaded programmatically on the first run of the app.
29
-
* All datasets should be stored in [datasets](https://github.com/dotnet/machinelearning-samples/tree/master/datasets) folder to allow reusing them by other examples.
29
+
* All datasets should be stored in [datasets](https://github.com/dotnet/machinelearning-samples/tree/main/datasets) folder to allow reusing them by other examples.
30
30
* If you are uploading a dataset, please add a section in datasets [README](datasets/README.md) file describing the original source and license.
Copy file name to clipboardExpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# ML.NET Samples
4
4
5
-
[ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers.
5
+
[ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers.
6
6
7
-
In this GitHub repo, we provide samples which will help you get started with ML.NET and how to infuse ML into existing and new .NET apps.
7
+
In this GitHub repo, we provide samples which will help you get started with ML.NET and how to infuse ML into existing and new .NET apps.
8
8
9
9
**Note:** Please open issues related to [ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) framework in the [Machine Learning repository](https://github.com/dotnet/machinelearning/issues). Please create the issue in this repo only if you face issues with the samples in this repository.
10
10
@@ -16,20 +16,20 @@ There are two types of samples/apps in the repo:
16
16
17
17
The official ML.NET samples are divided in multiple categories depending on the scenario and machine learning problem/task, accessible through the following tables:
The previous samples show you how to use the ML.NET API 1.0 (GA since May 2019).
134
+
The previous samples show you how to use the ML.NET API 1.0 (GA since May 2019).
135
135
136
136
However, we're also working on simplifying ML.NET usage with additional technologies that automate the creation of the model for you so you don't need to write the code by yourself to train a model, you simply need to provide your datasets. The "best" model and the code for running it will be generated for you.
137
137
@@ -166,7 +166,7 @@ ML.NET AutoML API is basically a set of libraries packaged as a NuGet package yo
166
166
# Additional ML.NET Community Samples
167
167
168
168
In addition to the ML.NET samples provided by Microsoft, we're also highlighting samples created by the community showcased in this separated page:
169
-
[ML.NET Community Samples](https://github.com/dotnet/machinelearning-samples/blob/master/docs/COMMUNITY-SAMPLES.md)
169
+
[ML.NET Community Samples](https://github.com/dotnet/machinelearning-samples/blob/main/docs/COMMUNITY-SAMPLES.md)
170
170
171
171
Those Community Samples are not maintained by Microsoft but by their owners.
172
172
If you have created any cool ML.NET sample, please, add its info into this [REQUEST issue](https://github.com/dotnet/machinelearning-samples/issues/86) and we'll publish its information in the mentioned page, eventually.
0 commit comments