Skip to content

Commit ec97797

Browse files
authored
Merge pull request #16 from MAIF/fix/catboost_writing_files
Fix/catboost writing files
2 parents 8584b4d + 5a18731 commit ec97797

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eurybia/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 0, 1)
22

33
__version__ = ".".join(map(str, VERSION))

eurybia/core/smartdrift.py

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def compile(
290290
loss_function=hyperparameter["loss_function"],
291291
eval_metric=hyperparameter["eval_metric"],
292292
task_type="CPU",
293+
allow_writing_files=False
293294
)
294295

295296
datadrift_classifier = datadrift_classifier.fit(train_pool_cat, eval_set=test_pool_cat, silent=True)

0 commit comments

Comments
 (0)