Skip to content

Workshop for Poznej FI about data analysis and machine learning methods

Notifications You must be signed in to change notification settings

adaptive-learning/data-science-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Workshop

Workshop for Poznej FI about data analysis and machine learning methods

Start

Prerequisites: Python 3, virtualenv, virtualenvwrapper.

  1. Clone (or just download) the project repository:

     $ git clone https://github.com/adaptive-learning/data-science-workshop.git
    
  2. Create a virtual environment:

     $ cd data-science-workshop
     $ mkvirtualenv -a . workshop
    

    The name of the virtual environment (workshop) should now appear in front of the prompt. Later, you can activate the environment by workon workshop and deactivate it by deactivate.

  3. Install dependencies:

     $ make install
    
  4. Open prepared notebook:

     $ make run
    

    This command will create a new jupyter session in your browser. Open the created tab (or window) and click on workshop.ipynb.

About

Workshop for Poznej FI about data analysis and machine learning methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages