Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Refactor code for ml model - xgboost and model/modeller (#188)
* fix: add metrics and stats and base_model to Model class * fix: remove RuleBaseModel from model_repository. Note: will move this persist code out of h1st later also * fix: add functions to xgboost modeler as it not inherit from Modeler anymore * fix: add functions to RandomForest and LogisticRegression modelers as it not inherit Modeler anymore * fix: add xgboost package to pyproject * refactor: remove oracle from h1st, move sgboost to model.ml * refactor: create classifier and regression in xgboost, move model and modeler to the same file
- Loading branch information