Speedml / speedml

Speedml is a Python package to speed start machine learning projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split API into component-based classes and files

manavsehgal opened this issue · comments

Split API methods into component-based classes and files based on where the methods get applied in a Machine Learning project.

  • Class Base for shared variables and methods.
  • Class Speedml for methods which apply across multiple components.
  • Class Feature for methods performing feature engineering.
  • Class Plot for methods plotting and charting.
  • Class Xgb for XGBoost wrapper methods.

Done in commit 583aad