Consolidating XGBoost step of the model in a FeatureExtractor class, to simplify the development of new features later
Added categorical feature support
Remove XGBoost default parameters, as it may surprise users as we were using different defaults over xgboost
Status
READY
Todo list
Background context
Consolidating XGBoost step of the model in a FeatureExtractor class, to simplify the development of new features later Added categorical feature support
Remove XGBoost default parameters, as it may surprise users as we were using different defaults over xgboost
Starting adding types to functions