MAIF / eurybia

⚓ Eurybia monitors model drift over time and securizes model deployment with data validation

Home Page:https://maif.github.io/eurybia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CatBoostError: catboost/libs/train_lib/dir_helper.cpp:20: Can't create train working dir: catboost_info

cleclegarcin79 opened this issue · comments

Problem: when I runing SD.compile() on Databricks cluster I have this issue : CatBoostError: catboost/libs/train_lib/dir_helper.cpp:20: Can't create train working dir: catboost_info.
Related to this [issue] (catboost/catboost#1891 ), I add allow_writing_files=False in the definition of datadrift_classifier in SmartDrift Class and the problem disappear.

Is it possible to add a optionnal parameter to set allow_writing_files=False in the definition of datadrift_classifier in SmartDrift Class ?

Hi,
We don't see a use case for this option being anything other than False at all for now, so we'll just set it to False by default.
Thanks for bringing up this issue, a fix is in development and we'll release a minor version quickly.

Ok nows is good for DataBricks users :)