1. 08 Jun, 2024 7 commits
  2. 29 May, 2024 1 commit
  3. 17 May, 2024 1 commit
  4. 03 May, 2024 2 commits
  5. 02 May, 2024 1 commit
  6. 26 Apr, 2024 1 commit
  7. 22 Apr, 2024 1 commit
  8. 15 Apr, 2024 1 commit
  9. 05 Apr, 2024 1 commit
  10. 18 Mar, 2024 1 commit
  11. 15 Mar, 2024 1 commit
  12. 12 Mar, 2024 2 commits
  13. 11 Mar, 2024 1 commit
  14. 05 Mar, 2024 2 commits
  15. 04 Mar, 2024 1 commit
  16. 26 Feb, 2024 1 commit
    • Andrey Stebenkov's avatar
      Time consuming report after composition (#1257) · c17381c6
      Andrey Stebenkov authored
      Added a report on time consuming in API. The following steps are presented in this report:
      - 'Data Definition (fit)': Time spent on data definition in fit().
      - 'Data Preprocessing': Total time spent on preprocessing data, includes fitting and predicting stages.
      - 'Fitting (summary)': Total time spent on Composing, Tuning and Training Inference.
      - 'Composing': Time spent on searching for the best pipeline.
      - 'Train Inference': Time spent on training the pipeline found during composing.
      - 'Tuning (composing)': Time spent on hyperparameters tuning in the whole fitting, if with_tune is True.
      - 'Tuning (after)': Time spent on .tune() (hyperparameters tuning) after composing.
      - 'Data Definition (predict)': Time spent on data definition in predict().
      - 'Predicting': Time spent on predicting (inference).
      c17381c6
  17. 13 Feb, 2024 1 commit
  18. 08 Feb, 2024 1 commit
    • ilyushka's avatar
      Fix old pep8 errors (#1244) · 78a89241
      ilyushka authored
      
      * Create deleteme.md
      
      * Delete deleteme.md
      
      * Change permissions to read in slash-command-dispatch.yml
      
      * Automated autopep8 fixes
      
      * Change BaseException to Exception
      
      * remove backslash
      
      * remove backslashes
      
      * remove backslashes
      
      * Automated autopep8 fixes
      
      * Fix E501
      
      * Fix backslash
      
      * add ignore imports for autopep8
      
      * restore numpy import
      
      * Automated autopep8 fixes
      
      * Fix E402
      
      * Automated autopep8 fixes
      
      * fix parentheses
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      78a89241
  19. 27 Jan, 2024 1 commit
    • Sergey Kasyanov's avatar
      Fast topological features (#1252) · 5efd0fb2
      Sergey Kasyanov authored
      
      * add fast topo
      
      * fix fast topo
      
      * Automated autopep8 fixes
      
      * pep8
      
      * add to initial assumption
      
      * make code more clear in `fit` method
      
      * add `fast_topoligical_features` to docs
      
      * fix aligment for pipeline builders in `TSForecastingAssumptions`
      
      * add topo to `FedotBuilder` docs
      
      * fix table in docs
      
      * add params to fast_topo
      
      * change params and add it to tuner search space
      
      * fix integration tests
      
      * add new param stride
      
      * fix param
      
      * dirty speedup
      
      * delete ica from initial assumption due to instability
      
      * fix documentation
      
      * fix test
      
      * delete fast_topo from assumption and delete fast_train tag
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      5efd0fb2
  20. 16 Jan, 2024 1 commit
  21. 15 Jan, 2024 1 commit
  22. 10 Jan, 2024 3 commits
  23. 09 Jan, 2024 3 commits
    • ilyushka's avatar
      Fix readme tests badges (#1243) · f34b1343
      ilyushka authored
      * Fix test badges in Rus README
      
      * Fix test badges in Eng README
      f34b1343
    • ilyushka's avatar
      Add automated code formatter (#1225) · 31568582
      ilyushka authored
      * Create autopep8.yml
      
      * Create slash-command-dispatch.yml
      
      * Create fix-pep8-command.yml
      
      * changed to not leave comment after fix
      31568582
    • ilyushka's avatar
      Improve community standards (#1226) · f5fc2616
      ilyushka authored
      * Create PULL_REQUEST_TEMPLATE.md
      
      * Create CONTRIBUTING.md
      
      * Create CODE_OF_CONDUCT.md
      
      * Create config.yml
      
      * Create bug_report.md
      
      * Create feature_request.md
      
      * Create documentation.md
      f5fc2616
  24. 05 Jan, 2024 1 commit
    • Sergey Kasyanov's avatar
      Hotfix for integration tests (#1242) · 92f92d62
      Sergey Kasyanov authored
      * set `sparse_lagged` window to autotune
      
      * disable `test_models_does_not_fall_on_constant_data` for `cgru` (#1240)
      
      * split `test_api_example` to some tests
      
      * pep8
      
      * increase data length for test
      92f92d62
  25. 04 Jan, 2024 1 commit
    • Sergey Kasyanov's avatar
      add window size selector (#1237) · db6e3be3
      Sergey Kasyanov authored
      * add window size selector
      
      * forbid lagged window mutation in `parameter_change_mutation`
      
      * fix error with `ndim > 1`
      
      * another way to default window size definition
      
      * fix test
      
      * fix problems with unproper window and fitted assumption
      
      * fix lagged names in mutation
      
      * pep8
      
      * add tests
      
      * add test
      
      * new tests
      
      * fix
      
      * fix
      
      * experiment
      
      * experiment
      
      * experiment
      
      * experiment
      
      * fix test
      
      * Update fedot/core/composer/gp_composer/specific_operators.py
      
      * Apply suggestions to lagged implementation from code review
      
      * FIx test
      
      * pep8
      
      * Fix test
      db6e3be3
  26. 29 Dec, 2023 1 commit
  27. 25 Dec, 2023 1 commit
    • George Lopatenko's avatar
      Add available operations table to docs (#1222) · fdfdde86
      George Lopatenko authored
      
      * docs: add operations list
      
      * fix: replace *Implementation with model labels
      
      * fix: move model table to Models used section
      
      * docs: divide preprocessing operations into selection, expansion, extraction
      
      * feat: add available_operations to API
      
      * feat: check all operations have doc reference
      
      * fix: read doc file into a string in a documented ops check
      
      * fix: join preprocessing ops into data transformation group
      
      * fix: fedot native operations
      Co-authored-by: Sergey Kasyanov's avatarSergey <kus7466@gmail.com>
      
      * fix: typos and operations problems
      
      * feat: add presets to ops table
      
      * feat: check all presets are documented
      
      * fix: rm duplicate documented operations check
      
      ---------
      Co-authored-by: Sergey Kasyanov's avatarSergey <kus7466@gmail.com>
      fdfdde86