nidhaloff / igel

a delightful machine learning tool that allows you to train, test, and use models without writing code
https://igel.readthedocs.io/en/latest/
MIT License
3.09k stars 172 forks source link

Origin/feature/catboost #109

Open 0sparsh2 opened 2 years ago

0sparsh2 commented 2 years ago

Installed CatBoost Library which can be used for both Regression and Classification models. Added them to data.py as options that can be selected later. Included installation in the requirements file.