Skip to content
Snippets Groups Projects
Commit 2b9e1089 authored by dmt's avatar dmt
Browse files

Add MAX_FILTER_Y to feature selection mechanism.

parent 18a4edbb
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ class MetaSettings(type): ...@@ -35,6 +35,7 @@ class MetaSettings(type):
MAX_FEATURES: int = MaxFeatures() MAX_FEATURES: int = MaxFeatures()
MAX_FILTER_X: int = MaxFilterX() MAX_FILTER_X: int = MaxFilterX()
MAX_FILTER_Y: int = MaxFilterY()
MAX_MODELS_REDUCTION: bool = MaxModelsReduction() MAX_MODELS_REDUCTION: bool = MaxModelsReduction()
MIN_TEST_ACCURACY: float = MinTestAccuracy() MIN_TEST_ACCURACY: float = MinTestAccuracy()
MAX_TEST_ERROR_AVG: float = MaxTestErrorAvg() MAX_TEST_ERROR_AVG: float = MaxTestErrorAvg()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment