Skip to content

Commit

Permalink
set allow_writing_files to False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas ROUX committed May 9, 2022
1 parent 8584b4d commit 0cff4fd
Showing 1 changed file with 1 addition and 0 deletions.
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 0cff4fd

Please sign in to comment.