Skip to content
Snippets Groups Projects

Resolve "integration-sota"

Merged Charly Lamothe requested to merge 15-integration-sota into master
4 files
+ 315
35
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -49,7 +49,6 @@ class OmpForestBinaryClassifier(SingleOmpForest):
result_omp = np.mean(omp_trees_predictions, axis=1)
return result_omp
def score(self, X, y, metric=DEFAULT_SCORE_METRIC):
Loading