Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Aug 27, 2024
1 parent da3542f commit 19e4d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,7 @@ python.Execution = class {
this.registerType('sklearn.model_selection._split.StratifiedKFold', class {});
this.registerType('sklearn.model_selection._split.StratifiedShuffleSplit', class {});
this.registerType('sklearn.multiclass.OneVsRestClassifier', class {});
this.registerType('sklearn.multioutput.ClassifierChain', class {});
this.registerType('sklearn.multioutput.MultiOutputClassifier', class {});
this.registerType('sklearn.multioutput.MultiOutputRegressor', class {});
this.registerType('sklearn.naive_bayes.BernoulliNB', class {});
Expand Down

0 comments on commit 19e4d48

Please sign in to comment.