pyprophet
pyprophet copied to clipboard
[FEATURE] add feature names to xgboost output
Problem: Currently XGBoost model does not store feature names, just stored as f1...fn.
Solution:Before exporting the model add the feature names.