Skip to content

Video Games data analysis, preprocessing, descriptive analysis, statistical analysis, clusterization, classification done in NumPy, SciPy, Pandas, Scikit-learn etc.

License

Notifications You must be signed in to change notification settings

Netherwulf/video-games-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Games data analysis

Analysis includes:

  • Preprocessing
  • Descriptive analysis
  • Statisctical analysis
  • Clusterization
  • Classification

Libraries used:

  • NumPy
  • SciPy
  • Pandas
  • Scikit-learn
  • Matplotlib
  • Statsmodels

Virtualenv installation

  • Create virtualenv

    $ virtualenv your-venv --no-site-packages

  • Activate virtualenv

    $ source your-venv/bin/activate

  • Install jupyter in the virtualenv

    (your-venv)$ pip install jupyter

  • Add the virtualenv as a jupyter kernel

    (your-venv)$ ipython kernel install --name "your-venv" --user

  • List available kernels

    (your-venv)$ jupyter kernelspec list

  • Check if kernel.json file in your kernel directory contains correct path to your virtualenv python executable (/path/to/your-env/bin/python3.6)

  • You can now select the created kernel your-env when you start Jupyter

About

Video Games data analysis, preprocessing, descriptive analysis, statistical analysis, clusterization, classification done in NumPy, SciPy, Pandas, Scikit-learn etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published