Skip to content

jurekkow/ml-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-intro

Code for introductory machine learning workshop

Prerequisites

✔️ Python 3.7

✔️ Pipenv

✔️ Favourite IDE (PyCharm is recommended)

Dependencies setup

Navigate into project's main directory to run commands bellow:

Installing dependencies

pipenv install

NOTE: PyCharm should indentify Pipfile.lock and suggest you installing all packages with one click instead.

Activating virtual environment

pipenv shell

NOTE: PyCharm should activate your virtual environment automagically, so you can use it via IDE's Terminal.

Dependencies check

To check whether installation went correctly, run following script within activated environent:

python check_dependencies.py

NOTE: In PyCharm you can just right-click check_dependencies.py file and choose "Run 'check_dependencies'"

If you see following output, you're all set up. Congratulations 🎉 !

Sklearn is installed ✓
Matplotlib is installed ✓
Skimage is installed ✓
You're ready for ML hacking!

About

Code for introductory machine learning workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages