├── .ipynb_checkpoints ├── Appendix - Submitting the Prediction-checkpoint.ipynb ├── Part I - Introduction to the Data-checkpoint.ipynb ├── Part II - Predicting When an EV is Charging-checkpoint.ipynb ├── Part III - Predicting Which Houses Own EVs-checkpoint.ipynb └── Part IV - Other Intersting Features in the Data-checkpoint.ipynb ├── Appendix - Submitting the Prediction.ipynb ├── Part I - Introduction to the Data.ipynb ├── Part II - Predicting When an EV is Charging.ipynb ├── Part III - Predicting Which Houses Own EVs.ipynb ├── Part IV - Other Intersting Features in the Data.ipynb ├── README.md ├── data ├── EV_test.csv ├── EV_train.csv ├── EV_train_labels.csv └── submission.csv ├── docs ├── Appendix - Submitting the Prediction.pdf ├── Electric Vehicle Detection-1.docx ├── Part I - Introduction to the Data.pdf ├── Part II - Predicting When an EV is Charging.pdf ├── Part III - Predicting Which Houses Own EVs.pdf ├── Part IV - Other Intersting Features in the Data.pdf └── writeup.pdf ├── markov.py ├── util.py └── writeup ├── daynight.png ├── knn.png ├── markov.png ├── power.png ├── writeup.aux ├── writeup.log ├── writeup.pdf └── writeup.tex /.ipynb_checkpoints/Appendix - Submitting the Prediction-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/.ipynb_checkpoints/Appendix - Submitting the Prediction-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Part I - Introduction to the Data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/.ipynb_checkpoints/Part I - Introduction to the Data-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Part II - Predicting When an EV is Charging-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/.ipynb_checkpoints/Part II - Predicting When an EV is Charging-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Part III - Predicting Which Houses Own EVs-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/.ipynb_checkpoints/Part III - Predicting Which Houses Own EVs-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/Part IV - Other Intersting Features in the Data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/.ipynb_checkpoints/Part IV - Other Intersting Features in the Data-checkpoint.ipynb -------------------------------------------------------------------------------- /Appendix - Submitting the Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/Appendix - Submitting the Prediction.ipynb -------------------------------------------------------------------------------- /Part I - Introduction to the Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/Part I - Introduction to the Data.ipynb -------------------------------------------------------------------------------- /Part II - Predicting When an EV is Charging.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/Part II - Predicting When an EV is Charging.ipynb -------------------------------------------------------------------------------- /Part III - Predicting Which Houses Own EVs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/Part III - Predicting Which Houses Own EVs.ipynb -------------------------------------------------------------------------------- /Part IV - Other Intersting Features in the Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/Part IV - Other Intersting Features in the Data.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/README.md -------------------------------------------------------------------------------- /data/EV_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/data/EV_test.csv -------------------------------------------------------------------------------- /data/EV_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/data/EV_train.csv -------------------------------------------------------------------------------- /data/EV_train_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/data/EV_train_labels.csv -------------------------------------------------------------------------------- /data/submission.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/data/submission.csv -------------------------------------------------------------------------------- /docs/Appendix - Submitting the Prediction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Appendix - Submitting the Prediction.pdf -------------------------------------------------------------------------------- /docs/Electric Vehicle Detection-1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Electric Vehicle Detection-1.docx -------------------------------------------------------------------------------- /docs/Part I - Introduction to the Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Part I - Introduction to the Data.pdf -------------------------------------------------------------------------------- /docs/Part II - Predicting When an EV is Charging.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Part II - Predicting When an EV is Charging.pdf -------------------------------------------------------------------------------- /docs/Part III - Predicting Which Houses Own EVs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Part III - Predicting Which Houses Own EVs.pdf -------------------------------------------------------------------------------- /docs/Part IV - Other Intersting Features in the Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/Part IV - Other Intersting Features in the Data.pdf -------------------------------------------------------------------------------- /docs/writeup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/docs/writeup.pdf -------------------------------------------------------------------------------- /markov.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/markov.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/util.py -------------------------------------------------------------------------------- /writeup/daynight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/daynight.png -------------------------------------------------------------------------------- /writeup/knn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/knn.png -------------------------------------------------------------------------------- /writeup/markov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/markov.png -------------------------------------------------------------------------------- /writeup/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/power.png -------------------------------------------------------------------------------- /writeup/writeup.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/writeup.aux -------------------------------------------------------------------------------- /writeup/writeup.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/writeup.log -------------------------------------------------------------------------------- /writeup/writeup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/writeup.pdf -------------------------------------------------------------------------------- /writeup/writeup.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottmsul/electric-vehicle-analysis/HEAD/writeup/writeup.tex --------------------------------------------------------------------------------