Are you tired of copy pasting ML codes scattered accross different notebooks? Want to run machine learning models but don't know how to iterate and cross validate your models? Don't know how to interpret the results of your model? Don't fret cause mltools
got the tools that you need!
This library/code contains all the learnings taken from the ML1 class and some more. This includes all the machine learning models used, the cross validation strategy, interpretability strategies, and many more! The code was designed to be beginner friendly, easy to use, easy to integrate, and encourage collaboration across team members!
Please check the recipe-book.ipynb
or recipe-book.html
for a sample usage of mltools.py
!
For a quick and easy installation of mltools
, perform the following steps:
- Clone the
mltools
project on any local directory. - Create the
mltools
conda environmentconda env create -f environment.yml
- Execute:
This adds to the site packages the directory containing the mltools.py
conda activate mltools python setup.py
- Use the
mltools
kernel on your notebook thenimport mltools
! Enjoy!
All of mltools.py
functionalities can now be used on your project. Remember to update the mltools
repository once in a while for possible new features!