WIP: Resolve "Adding new datasets"
Compare changes
@@ -134,7 +134,7 @@ class SingleOmpForest(OmpForest):
@@ -134,7 +134,7 @@ class SingleOmpForest(OmpForest):
forest_predictions = np.array([tree.predict(X) for tree in self._base_forest_estimator.estimators_])