- π©βπ¬π¨βπ¬ Authors
- ποΈ Demo
- π Environment Variables
- βοΈ Run Locally
- βοΈ Documentation
- βοΈ Milestones
- π‘ Deployment
- π¨ Appendix
-> See interactive plot in figures/Q6_plot.html
Here's a screenshot of the interactive plot:
-> Blog post repo here!
-> Here's a screenshot of a docker-hosted jupyter notebook which serves as the dashboard in milestone 3.
COMET_API_KEY
: Your personal API key to use comet.ml. Create a free acount and seeAccount -> Settings -> Developer Information
- Clone the project
git clone https://github.com/AxelBogos/IFT6758-Project.git
- Go to the project directory
cd project
- Install virtual environment
conda env create --name YOUR_ENV_NAME --file=environment.yml
conda activate YOUR_ENV_NAME
- Get the data (~3.15Gb)
python ift6758/data/data-acquisition.py
- Run tidy data script (~5-10 min depending on your I/O speed)
python ift6758/features/tidy_dataframe_builder.py
- Run Plotting Functions
python ift6758/visualizations/plots.py
- Have fun exploring any notebook and figures in
./notebooks
and./figures
- Milestone 1 - October 15 2021, 11:59PM
- Milestone 2 - November 26 2021, 11:59PM
- Milestone 3 - December 23rd
-
Blog post repo here!
-
Clone the project
git clone https://github.com/MAGjagger/ift6758-Blog.git
- Go to the project directory
cd project
- Execute the server. See here for more details about the jekyll installation.
bundle exec jekyll serve