Skip to content

Commit

Permalink
creative data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tmscarla committed Jul 4, 2018
1 parent f227433 commit 8019ac6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ data/original/*.csv
data/test1/*.csv
dataset/*
results/*
enriched/*

# README, not ignoring them
!data/README.md

!results/README.md
!results/img/README.md
!submissions/README.md
!results/csv/README.md
!submissions/README.md
!data/original/README.md
!data/test1/README.md
!enriched/README.md
!enriched/tmp_icms/README.md

# SPOTIFY DATA
spotify/data/*
Expand Down
8 changes: 8 additions & 0 deletions data/enriched/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# enriched

This folder contains all the data used for the creative track:

* tracks_v4.0.csv
* tracks_audio_features_clustered(K=4).csv
* tmp_icms
* layered matrices
3 changes: 3 additions & 0 deletions data/enriched/tmp_icms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tmp_icms

This folder contains all the layered matrices generated for the creative track.

0 comments on commit 8019ac6

Please sign in to comment.