Known Issues
CatBoostError: Can't create train working dir: catboost_info error
Change the train directory to: /tmp
/tmpmodel.set_params(train_dir='/tmp/catboost_info')Change the train directory to: model_directory
model_directoryinfo_path = os.path.join(model_directory, 'catboost_info')
model.set_params(train_dir=info_path)Last updated