Skip to content

Commit

Permalink
delete a sentense for n_fold parameter which learnedkernelldrift does…
Browse files Browse the repository at this point in the history
… not support (#406)
  • Loading branch information
kuromt authored Dec 13, 2021
1 parent 43b8be6 commit 46576a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/cd/methods/learnedkerneldrift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"\n",
"* `reg_loss_fn`: The regularisation term reg_loss_fn(kernel) is added to the loss function being optimized.\n",
"\n",
"* `train_size`: Optional fraction (float between 0 and 1) of the dataset used to train the classifier. The drift is detected on *1 - train_size*. Cannot be used in combination with `n_folds`.\n",
"* `train_size`: Optional fraction (float between 0 and 1) of the dataset used to train the classifier. The drift is detected on *1 - train_size*.\n",
"\n",
"* `retrain_from_scratch`: Whether the kernel should be retrained from scratch for each set of test data or whether it should instead continue training from where it left off on the previous set.\n",
"\n",
Expand Down

0 comments on commit 46576a3

Please sign in to comment.