AdrianAntico / AutoQuant

R package for automation of machine learning, forecasting, model evaluation, and model interpretation
GNU Affero General Public License v3.0
235 stars 43 forks source link

exampl #14

Closed VladPerervenko closed 5 years ago

VladPerervenko commented 5 years ago

Error in AutoXGBoostClassifier(data, ValidationData = NULL, TestData = NULL, : object 'CatFeatures' not found What is it?

AdrianAntico commented 5 years ago

I recently updated the code for that function. Originally, I had an argument for naming which columns were categorical. I removed that argument and just handled that internally. I forgot to remove a line of code that referenced the argument that no longer exists. Go ahead and rerun the install code and you should be good to go.

devtools::install_github('AdrianAntico/RemixAutoML', 
                          upgrade = FALSE, 
                          dependencies = FALSE, 
                          force = TRUE) 
VladPerervenko commented 5 years ago

its OK now, Good luck

AdrianAntico commented 5 years ago

Thanks for identifying the issue and bringing it up here!