Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEDOT warm start experiment #6

Merged
merged 34 commits into from
May 21, 2024
Merged

FEDOT warm start experiment #6

merged 34 commits into from
May 21, 2024

Conversation

MorrisNein
Copy link
Collaborator

@MorrisNein MorrisNein commented Feb 26, 2023

  • Создал requirements.txt;
  • Создал Dockerfile;
  • Подготовил скрипт для эксперимента (в процессе).

План эксперимента:

  1. Взять случайные 15 датасетов из OpenML-CC18.
  2. Разделить датасеты на 10 тренировочных, 5 тестовых.
  3. Обучить Федота на тренировочных датасетах, получить лучшие пайплайны.
  4. Посчитать мета-признаки тренировочных датасетов.
  5. Обучить "наивного" Федота на тестовых датасетах.
  6. Повторить с "мета"-Федотом на тестовых датасетах, получая мета-признаки на тестовых датасетах. Отсчитывать общее время для извлечения мета-признаков и AutoML.
  7. Сравнить метрики и время наивного и мета-Федота.

По пункту 6 возможна вариация: засечь отдельно время извлечения мета-признаков и затем вычесть его из последующего таймаута для Федота.

@axiomalive
Copy link
Collaborator

#9

@MorrisNein
Copy link
Collaborator Author

MorrisNein commented May 17, 2023

@algormx, воздержитесь, пожалуйста, от пуша больших изменений в ветку, с которой работает другой разработчик. Это может привести к необходимости внепланово мёрджить большое количество локальных изменений.

This was referenced Jul 20, 2023
@MorrisNein MorrisNein changed the base branch from main to refactor_the_framework July 20, 2023 12:58
Base automatically changed from refactor_the_framework to main July 21, 2023 12:33
@DRMPN DRMPN added the enhancement New feature or request label Aug 2, 2023
@MorrisNein MorrisNein changed the title Docker and experiments FEDOT warm start experiment Aug 11, 2023
@aim-pep8-bot
Copy link

aim-pep8-bot commented Sep 5, 2023

Hello @MorrisNein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-03-26 12:50:00 UTC

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Attention: Patch coverage is 12.57310% with 299 lines in your changes are missing coverage. Please review.

Project coverage is 26.70%. Comparing base (2f41916) to head (3cfa159).
Report is 1 commits behind head on main.

Current head 3cfa159 differs from pull request most recent head 295c7e2

Please upload reports for the commit 295c7e2 to get more accurate results.

Files Patch % Lines
...l/data_preparation/file_system/persistent_cache.py 0.00% 167 Missing ⚠️
...a_automl/approaches/knn_similarity_model_advice.py 0.00% 76 Missing ⚠️
...preparation/models_loaders/fedot_history_loader.py 0.00% 37 Missing ⚠️
meta_automl/approaches/meta_learning_approach.py 0.00% 15 Missing ⚠️
meta_automl/approaches/__init__.py 0.00% 1 Missing ⚠️
.../meta_features_extractors/dataset_meta_features.py 0.00% 1 Missing ⚠️
...automl/data_preparation/models_loaders/__init__.py 0.00% 1 Missing ⚠️
...oml/data_preparation/surrogate_dataset/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main       #6       +/-   ##
===========================================
- Coverage   40.45%   26.70%   -13.75%     
===========================================
  Files          60       61        +1     
  Lines        2571     2651       +80     
===========================================
- Hits         1040      708      -332     
- Misses       1531     1943      +412     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pep8speaks
Copy link

pep8speaks commented Oct 12, 2023

Hello @MorrisNein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 38:1: E402 module level import not at top of file
Line 39:1: E402 module level import not at top of file
Line 40:1: E402 module level import not at top of file
Line 43:1: E402 module level import not at top of file
Line 523:121: E501 line too long (149 > 120 characters)
Line 577:121: E501 line too long (157 > 120 characters)
Line 596:84: F821 undefined name 'e'

Line 7:1: F401 'pandas as pd' imported but unused

Line 15:1: F811 redefinition of unused 'DatasetMetaFeatures' from line 14

Comment last updated at 2024-05-21 09:09:29 UTC

@MorrisNein MorrisNein force-pushed the docker_and_experiments branch 4 times, most recently from 514d1fa to 3ae2f37 Compare November 7, 2023 14:42
@MorrisNein MorrisNein force-pushed the docker_and_experiments branch 2 times, most recently from 17f027f to af5e2da Compare November 11, 2023 21:42
@MorrisNein MorrisNein force-pushed the docker_and_experiments branch 2 times, most recently from 3478734 to f3e45a2 Compare December 13, 2023 13:30
* remove redundant test

* remove codecov badge
@MorrisNein MorrisNein merged commit f033f39 into main May 21, 2024
1 check passed
@MorrisNein MorrisNein deleted the docker_and_experiments branch May 21, 2024 09:25
@MorrisNein MorrisNein restored the docker_and_experiments branch May 21, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants