Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbecerra/seizuresandepilepsy

CS109a Data Science Final Project
https://github.com/fbecerra/seizuresandepilepsy

Last synced: 25 days ago
JSON representation

CS109a Data Science Final Project

Awesome Lists containing this project

README

        

# CS109a Data Science Final Project: Predicting seizures and epilepsy.

Our final website can be accessed by visiting https://fbecerra.github.io/seizuresandepilepsy. Files such as css, font-awesome, fonts, img, and js are merely supporting folders for the website.

The key file of interest is explore_and_model_NCDS_data.ipynb, located in the notebooks folder. This notebook works with NCDS (National Child Development Study) data, which is a massive dataset tracking every child born in the UK during a single week in 1958. The data is cleaned and then modeled, and then there is some interpretation of the modeling.

All other notebooks are located in the old_notebooks subfolder. They are either older versions of explore_and_model_NCDS_data.ipynb (such as explore_and_model_NCDS_data_poster_version.ipynb, explore_NCDS_data0.ipynb, or explore_NCDS_data1.ipynb) or else studies/data that we ended up not using in the end (like explore_and_model_NCDS_and_ThallandVail.ipynb and explore_EEG.ipynb).

Additionally, our poster can be found in the poster folder and our Milestone 2, 3, 4, and 5 can be found in the milestones folder.