Skip to content

rakgogia/googleanalytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googleanalytics

Running the code

  1. Clone this repo
git clone https://github.com/MichiganDataScienceTeam/googleanalytics.git
  1. Download the data from Google Drive and place it in ./data

  2. Unzip the data

cd data
unzip train.csv.zip
unzip test.csv.zip
unzip sample_submission.csv.zip
cd ..
  1. Check to make sure the dataset is in the correct place
python dataset.py --debug
  1. Run the exploration code. Note: removing the --debug flag will cause the full dataset to be loaded, which may take a long time on your machine.
python explore.py --debug

Contributing

  1. Create an account on Github and add an SSH key to your account
  2. Ask @stroud on slack to join the MDST Organization
  3. Assign yourself to an issue
  4. Create a branch and write your code
  5. Submit a pull request when you are done!

About

MDST Project Fall 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%