Skip to content

Commit 5831bdd

Browse files
Added AutoML API C# samples (#410)
1 parent db2efe9 commit 5831bdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+408256
-0
lines changed

datasets/README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
MICROSOFT PROVIDES THE DATASETS ON AN "AS IS" BASIS. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, GUARANTEES OR CONDITIONS WITH RESPECT TO YOUR USE OF THE DATASETS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAW, MICROSOFT DISCLAIMS ALL LIABILITY FOR ANY DAMAGES OR LOSSES, INLCUDING DIRECT, CONSEQUENTIAL, SPECIAL, INDIRECT, INCIDENTAL OR PUNITIVE, RESULTING FROM YOUR USE OF THE DATASETS.
2+
3+
The datasets are provided under the original terms that Microsoft received such datasets. See below for more information about each dataset.
4+
5+
### MNIST
6+
7+
> Redistributing the dataset "optdigits-train.csv", "optdigits-val.csv" with citation:
8+
9+
> Dua, D. and Karra Taniskidou, E. (2017). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
10+
11+
> Original source: http://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits
12+
13+
### NYC Taxi Fare
14+
15+
> Redistributing the dataset "taxi-fare-test.csv", "taxi-fare-train.csv" with attribution:
16+
17+
> Original source: http://www.nyc.gov/html/tlc/html/about/trip_record_data.shtml.
18+
19+
> The dataset is provided under terms provided by City of New York: https://opendata.cityofnewyork.us/overview/#termsofuse.
20+
21+
### Wikipedia Detox
22+
23+
>This dataset is provided under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/). Redistributing the dataset "wikipedia-detox-250-line-data.tsv" with attribution:
24+
>
25+
> Wulczyn, Ellery; Thain, Nithum; Dixon, Lucas (2016): Wikipedia Detox. figshare.
26+
>
27+
>With modifications by taking a sample of rows and reducing rough language.
28+
>
29+
>Original source: https://doi.org/10.6084/m9.figshare.4054689
30+
>
31+
>Original readme: https://meta.wikimedia.org/wiki/Research:Detox

datasets/optdigits-test.csv

+1,797
Large diffs are not rendered by default.

datasets/optdigits-train.csv

+3,823
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)