Skip to content

Commit

Permalink
exclude logdet and harmonic metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
v1docq committed Mar 12, 2024
1 parent c38342b commit 8981efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fedot_ind/core/tuning/search_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
'riemann_extractor':
{'estimator': {'hyperopt-dist': hp.choice, 'sampling-scope': [['corr',
'cov', 'lwf', 'mcd', 'hub']]},
'tangent_metric': {'hyperopt-dist': hp.choice, 'sampling-scope': [['euclid', 'harmonic',
'logdet', 'logeuclid', 'riemann',
'tangent_metric': {'hyperopt-dist': hp.choice, 'sampling-scope': [['euclid', 'logeuclid',
'riemann',
'wasserstein']]},
'SPD_metric': {'hyperopt-dist': hp.choice, 'sampling-scope': [['ale', 'alm', 'euclid', 'harmonic',
'identity', 'kullback_sym', 'logdet',
'SPD_metric': {'hyperopt-dist': hp.choice, 'sampling-scope': [['ale', 'alm', 'euclid',
'identity', 'kullback_sym',
'logeuclid', 'riemann', 'wasserstein']]}},
'recurrence_extractor':
{'window_size': {'hyperopt-dist': hp.choice, 'sampling-scope': [[x for x in range(5, 50, 5)]]},
Expand Down

0 comments on commit 8981efc

Please sign in to comment.