- Overview: this is a repository for Python data analysis for data scientists of Triple C. It is for education purpose only. We hope our work can help you gain the skills you need for Triple C projects. If there is any questions, please email ucsdtriplec@gmail.com.
- Folder overview:
- requirements.txt: required python packages for the projects in this repo.
- env: files for python virtual environment.
- 1-titanic-eda-ml: introductary project for EDA & Machine Learning.
env/bin/activate
pip install -r requirements.txt
deactivate
Authors: Joey Hou, Scott Huang, etc.