Skip to content
/ python-ml-toolkit Public template

A basic toolkit to get started with Machine Learning in Python.

License

Notifications You must be signed in to change notification settings

yarncraft/python-ml-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ml-toolkit

Included:

  • Pandas
  • Numpy
  • Sklearn
  • Pydataset
  • Prettyprinter
  • Pandas-Profiler

To get started locally make sure to install poetry and Python 3.7.

poetry install
poetry run python src/main/main.py

To get started with Docker (easy):

docker build -t ml .
docker run -it ml:latest bash
python run src/main/main.py

I recommend using Kite in VSCode as it greatly speeds up ML programming.

Pandas Profiler is one of the hidden gems which gives you a dashboard with some basis dataset stats, a html report will automatically be generated in your root folder: