Skip to content

Commit f449537

Browse files
committed
initial update
1 parent 617dc79 commit f449537

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

datasets/.DS_Store

8 KB
Binary file not shown.

datasets/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Datasets
2+
3+
This folder is for collected toy datasets.
4+
5+
To dos include:
6+
7+
-create functions to download all datasets or a singular dataset from ML5
8+
-create a function to split the data into test and training data
9+
-create a function to provide a description of the dataset, as in scikit-learn's 'describe' function
10+
-create a tutorial that imports and uses this data
11+
-creates a write-up of collecting and processing a dataset in this style

datasets/landscapes/.DS_Store

6 KB
Binary file not shown.

datasets/landscapes/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Landscape dataset
2+
3+
The landscapes dataset is roughly 3200 images in seven categories of landscape/environment: city, road, mountain, lake, ocean, field, and forest.
4+
5+
This is a toy dataset to help explain how to gather, process, and structure data, and to use in some of ML5's learning examples.
78.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)