Skip to content

nikunj3107/googleanalytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googleanalytics

Running the code

  1. Clone this repo
git clone git@github.com:MichiganDataScienceTeam/googleanalytics.git

If you don't have an SSH key set up on Github, the above will not work. As a temporary solution, use the command below.

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

  2. Unzip the data and make sure they have read permissions

cd data
unzip train.csv.zip
unzip test.csv.zip
unzip sample_submission.csv.zip
chmod +r train.csv test.csv sample_submission.csv.zip
cd ..
  1. Check to make sure the dataset is in the correct place
python dataset.py --debug
  1. Install the required python packages.
pip install -r requirements.txt
  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%