-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delete optimisation files and test, update repo, minor fixes in acc m…
…etric
- Loading branch information
v1docq
committed
Jan 30, 2024
1 parent
3d6a55b
commit 2138b64
Showing
21 changed files
with
64 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 4 additions & 10 deletions
14
examples/benchmark_example/time_series_multi_clf_benchmark.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,28 @@ | ||
from fedot_ind.core.optimizer.IndustrialEvoOptimizer import IndustrialEvoOptimizer | ||
from benchmark.benchmark_TSC import BenchmarkTSC | ||
from fedot_ind.core.repository.model_repository import default_industrial_availiable_operation | ||
|
||
ml_task = 'classification' | ||
available_operations = default_industrial_availiable_operation(ml_task) | ||
experiment_setup = {'problem': ml_task, | ||
experiment_setup = {'problem': 'classification', | ||
'metric': 'accuracy', | ||
'timeout': 180, | ||
'num_of_generations': 15, | ||
'pop_size': 10, | ||
'logging_level': 10, | ||
'available_operations': available_operations, | ||
'n_jobs': 4, | ||
'industrial_preprocessing': False, | ||
'initial_assumption': None, | ||
'max_pipeline_fit_time': 25, | ||
'with_tuning': False, | ||
'early_stopping_iterations': 5, | ||
'early_stopping_timeout': 60, | ||
'optimizer': IndustrialEvoOptimizer} | ||
'early_stopping_timeout': 60} | ||
|
||
if __name__ == "__main__": | ||
benchmark = BenchmarkTSC(experiment_setup=experiment_setup, | ||
custom_datasets=[ | ||
'SelfRegulationSCP1', | ||
'Handwriting', | ||
#'Handwriting', | ||
'PhonemeSpectra', | ||
'DuckDuckGeese', | ||
'ERing', | ||
'PEMS - SF' | ||
], | ||
use_small_datasets=False) | ||
benchmark.run() | ||
_ = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.