holub008 / xrf

eXtreme RuleFit (sparse linear models on XGBoost ensembles)
Other
44 stars 13 forks source link

Predicting from a dataframe without the response column #9

Closed holub008 closed 4 years ago

holub008 commented 5 years ago

Currently, if the response column is missing from the predicted dataframe, an error is thrown. This shouldn't throw an error, as the information isn't needed for prediction.