Skip to content

Commit

Permalink
Merge pull request #16 from MAIF/fix/catboost_writing_files
Browse files Browse the repository at this point in the history
Fix/catboost writing files
  • Loading branch information
githubyako committed May 9, 2022
2 parents 8584b4d + 5a18731 commit ec97797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eurybia/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 0, 0)
VERSION = (1, 0, 1)

__version__ = ".".join(map(str, VERSION))
1 change: 1 addition & 0 deletions eurybia/core/smartdrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def compile(
loss_function=hyperparameter["loss_function"],
eval_metric=hyperparameter["eval_metric"],
task_type="CPU",
allow_writing_files=False
)

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

0 comments on commit ec97797

Please sign in to comment.