Skip to content

Commit 2cc6ff0

Browse files
authored
Merge pull request #5 from handav/master
Adding landscapes dataset and some Readme files
2 parents 617dc79 + 01bff69 commit 2cc6ff0

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
datasets/.DS_Store
2+
datasets/landscapes/.DS_Store

datasets/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
9+
-create a function to split the data into test and training data
10+
11+
-create a function to provide a description of the dataset, as in scikit-learn's 'describe' function
12+
13+
-create a tutorial that imports and uses this data
14+
15+
-creates a write-up of collecting and processing a dataset in this style

datasets/landscapes/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Landscapes 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)