Switched to ARDRegression to keep the code more maintainable
Compare changes
Files
2- Danilo Ferreira de Lima authored
+ 165
− 165
@@ -3,12 +3,10 @@ from __future__ import annotations
@@ -23,10 +21,170 @@ from sklearn.model_selection import train_test_split
@@ -71,7 +229,6 @@ class HighResolutionSmoother(TransformerMixin, BaseEstimator):
@@ -86,7 +243,6 @@ class HighResolutionSmoother(TransformerMixin, BaseEstimator):
@@ -198,7 +354,6 @@ class SelectRelevantLowResolution(TransformerMixin, BaseEstimator):
@@ -244,7 +399,6 @@ class SelectRelevantLowResolution(TransformerMixin, BaseEstimator):
@@ -259,6 +413,7 @@ class SelectRelevantLowResolution(TransformerMixin, BaseEstimator):
@@ -277,158 +432,6 @@ class SelectRelevantLowResolution(TransformerMixin, BaseEstimator):
@@ -436,7 +439,7 @@ def _fit_estimator(estimator, X: np.ndarray, y: np.ndarray):
@@ -458,14 +461,12 @@ class MultiOutputWithStd(MetaEstimatorMixin, BaseEstimator):
@@ -480,7 +481,6 @@ class MultiOutputWithStd(MetaEstimatorMixin, BaseEstimator):