Ver Fonte

Update python.js

Lutz Roeder há 3 anos atrás
pai
commit
23f085a6d7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      source/python.js

+ 1 - 0
source/python.js

@@ -2272,6 +2272,7 @@ python.Execution = class {
         this.registerType('sklearn.preprocessing.label.LabelEncoder', class {});
         this.registerType('sklearn.preprocessing.label.MultiLabelBinarizer', class {});
         this.registerType('sklearn.svm._classes.LinearSVC', class {});
+        this.registerType('sklearn.svm._classes.NuSVC', class {});
         this.registerType('sklearn.svm._classes.SVC', class {});
         this.registerType('sklearn.svm._classes.SVR', class {});
         this.registerType('sklearn.svm.classes.LinearSVC', class {});