├── README.md ├── data ├── Austin_Animal_Center_Outcomes.csv ├── breed_data.csv └── preprocessed_data.csv ├── notebooks ├── Day 1 - the Python data science stack.ipynb ├── Day 2 - data munging.ipynb ├── Day 3 - Data Cleaning.ipynb ├── Day 3 - Exploring and analyzing data in Python.ipynb ├── Day 4 - Machine learning in scikit-learn.ipynb ├── images │ ├── data_science_venn.png │ └── josh_wills_tweet.png └── test.ipynb └── templates └── report.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/README.md -------------------------------------------------------------------------------- /data/Austin_Animal_Center_Outcomes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/data/Austin_Animal_Center_Outcomes.csv -------------------------------------------------------------------------------- /data/breed_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/data/breed_data.csv -------------------------------------------------------------------------------- /data/preprocessed_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/data/preprocessed_data.csv -------------------------------------------------------------------------------- /notebooks/Day 1 - the Python data science stack.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/Day 1 - the Python data science stack.ipynb -------------------------------------------------------------------------------- /notebooks/Day 2 - data munging.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/Day 2 - data munging.ipynb -------------------------------------------------------------------------------- /notebooks/Day 3 - Data Cleaning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/Day 3 - Data Cleaning.ipynb -------------------------------------------------------------------------------- /notebooks/Day 3 - Exploring and analyzing data in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/Day 3 - Exploring and analyzing data in Python.ipynb -------------------------------------------------------------------------------- /notebooks/Day 4 - Machine learning in scikit-learn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/Day 4 - Machine learning in scikit-learn.ipynb -------------------------------------------------------------------------------- /notebooks/images/data_science_venn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/images/data_science_venn.png -------------------------------------------------------------------------------- /notebooks/images/josh_wills_tweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/images/josh_wills_tweet.png -------------------------------------------------------------------------------- /notebooks/test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/notebooks/test.ipynb -------------------------------------------------------------------------------- /templates/report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyarkoni/SSI2016/HEAD/templates/report.html --------------------------------------------------------------------------------