Skip to content

draeloslab/hackathon-harmful-brain-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

  1. Download the data, or for the complete dataset you can check out the original kaggle competition.
  2. Run the hms_starter.ipynb notebook.

Environment Setup

There's a great guide on how to get started here; I've extracted the most useful snippets in this document.

Conda install (preferred)

conda create --name hms_hackathon -c conda-forge --file requirements.txt
conda activate hms_hackathon

Mac/Linux pip install

python -m venv hms_env
source hms_env/bin/activate
pip install -r requirements.txt

Windows pip install

python -m venv hms-env
hms-env\Scripts\activate
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published