We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eebf6 commit db6f857Copy full SHA for db6f857
.gitignore
@@ -24,4 +24,6 @@ hs_err_*.log
24
!/tests/*/*/.keep
25
!/tests/*/model-*/weka.yaml
26
/test-tmp-EngineMalletSeqOut/
27
-
+/tests/cl-ionosphere/model-sklearn-external-rf/sklmodel*
28
+/tests/cl-ionosphere/model-sklearn-external-rf/indep.mtx
29
+/tests/cl-ionosphere/model-sklearn-external-rf/dep.mtx
tests/cl-ionosphere/train-sklearn-external-rf.xgapp
@@ -177,7 +177,7 @@
177
</entry>
178
<entry>
179
<string>algorithmParameters</string>
180
- <string>sklearn.svm.SVC</string>
+ <string>sklearn.ensemble.RandomForestClassifier n_estimators 100 </string>
181
182
183
<string>featureSpecURL</string>
0 commit comments