Resolve "integration-sota"
Compare changes
- Charly Lamothe authored
Speedup similarity forest regressor and add parallelization at the extracted forest size level in the training
@@ -3,6 +3,7 @@ from sklearn.metrics import mean_squared_error
@@ -10,56 +11,69 @@ class SimilarityForestRegressor(BaseEstimator, metaclass=ABCMeta):