- 06 Mar, 2023 1 commit
-
-
Andrey Getmanov authored
- added merge of text columns. Now text columns can be combined into one (early fusion strategy) - test_data_merge_texts was changed
-
- 27 Feb, 2023 1 commit
-
-
Valerii Pokrovskii authored
Fix for #979
-
- 25 Feb, 2023 1 commit
-
-
Rosneft rosneft authored
* Image updated
-
- 23 Feb, 2023 3 commits
-
-
Grigorii Kirgizov authored
-
Grigorii Kirgizov authored
* Upd python version in publish and workflows * Fix leftover python version 3.7 * Remove python version 3.7 in requirements * Update links to the project * Update package version * Remove sklearn without version from requirements
-
Lyubov Yamshchikova authored
* Fixes after rebase * Minor fix * Delete tuning docs * Change versions to pass tests * Minor * Minor
-
- 22 Feb, 2023 1 commit
-
-
Grigorii authored
* Move doc files to golem * miinor fixes to docs * Add document page for interaction with GOLEM * Fix doc errors * Add link to GOLEM package
-
- 21 Feb, 2023 2 commits
-
-
Andrey Getmanov authored
- added doc for multimodal tasks - fixed the links in notebooks.rst
-
Lyubov Yamshchikova authored
* Del tests that fully moved to GOLEM * WIP transfer tests * Fixes after rebase * Remove some tests moved to golem * Remove some tests moved to golem * Remove some tests moved to golem * Remove some tests moved to golem * Fixes after rebase * Remove PrimaryNode and SecondaryNode * Fix test_complex_search_space_tuning_correct
-
- 20 Feb, 2023 2 commits
-
-
Grigorii authored
* Upd requirements.txt with GOLEM git * WIP drop files used in GOLEM * WIP renames/edits for golem * Major transition of imports (with optimization) to GOLEM * Tests/examples/cases transition of imports to GOLEM * Test fixes after transition * Fix metrics_objective.py deserialization * fix req-s for setup.py * Docs fixes * Add import transition script * WIP composer_requirements movement * WIP GraphOptimizerParameters rename * WIP GPGraphOptimizerParameters rename * rename max_pipeline_fit_time to max_graph_fit_time * fix integration test on timeout (num of gen-s) * fix integration test on parallel cache files * rebase fixes * WIP fix custom model example * fix tests after changes in golem * Remove random optimizers, add RandomPipelineFactory * drop outdated test (will be fixed in golem) * Fix integration test on quality * Update requirement on golem, fix name * Upd requirements for new golem package name * minor: extend backward compat history test * remove and fix opt graph buldier for golem * fixes after rebase for golem * Add 'stable' branch for dependency on GOLEM * Fix imports after rbase --------- Co-authored-by:
Lyubov Yamshchikova <43475193+YamLyubov@users.noreply.github.com>
-
Valerii Pokrovskii authored
Some changes that can increase efficiency of clstm algorithm. Also bug with composer's inability to use model during composing was solved. But using such heavy model in composing still questionable due to low performance compared with it's weight (maybe it can be useful on some types of data and with small horizon but I can't say exactly). Maybe we can refactor model structure, advices are welcome.
-
- 17 Feb, 2023 1 commit
-
-
Grigorii authored
-
- 16 Feb, 2023 2 commits
-
-
Grigorii authored
* release 0.6.2 * intergration test fixes * intergration test fixes: disable tuning in a long test for cache * intergration test fixes: disable tuning in more tests * intergration test fixes: less timeout for profiler test * intergration test fixes: simpler tasks or parallel_cache_files test
-
Pinchuk Maya authored
* add PipelineNode class * refactor all usages with new node type * remove outdated test * remove PrimaryNode and SecondaryNode classes * simplify code using PipelineNode * minor fix tests * minors with docs * add comments * remove Node class
-
- 14 Feb, 2023 1 commit
-
-
Pakulin Sergei authored
+ pipeline's new parameter and preprocessing class + pipeline's integrational tests for the new parameter + split preprocessing status param in supplementary_data into obligatory and optional + main api's integrational test for the new parameter + type/style/logic fixes
-
- 10 Feb, 2023 1 commit
-
-
Lyubov Yamshchikova authored
* Fix plot_pareto * Revert changes in get_metrics * Correct docstring * Correct docstring
-
- 07 Feb, 2023 1 commit
-
-
Andrey Getmanov authored
-
- 02 Feb, 2023 1 commit
-
-
Rosneft rosneft authored
* Fix for tuner test * returning iris dataset for classification tests * set false for iris in tune test --------- Co-authored-by:
Andrey Stebenkov <a.stebenkov75@yandex.ru>
-
- 01 Feb, 2023 1 commit
-
-
Andrey Getmanov authored
-
- 31 Jan, 2023 1 commit
-
-
Andrey Stebenkov authored
Hotfix for #1021 - Changed preset from auto to glm and increase tuning timeout for failed test
-
- 30 Jan, 2023 2 commits
-
-
Peter authored
* allow main API to use PathLike objects * edit Fedot.fit() docstring * minor fixes * redefine target in case ts from array * move pd.read_csv to separate method for separate data; add `possible_idx_keywords` argument * improve docs * unify all from_csv functions * add logger message * rename 'ml_task' -> 'task' * fix typos, readability, docstring * fix `from_csv_time_series` * fixes for indexing - prevent parsing index as date for time series for consistency; - try to define index column even outside "columns_to_use". * fix `test_output_mode_full_probs` * minor fix * add tests for defining index
-
Andrey Stebenkov authored
Adding `.tune()` method in main API which allow tunes pipelines after composing or if predefined was selected.
-
- 24 Jan, 2023 2 commits
-
-
Pinchuk Maya authored
* first approximation * minor * add skip connections method * add tests * add OptGraphBuilder & GraphBuilder * refactor PipelineBuilder * minors * optimize imports * corner situation witj cycle graphs * minor * minor fix in docstring
-
Rosneft rosneft authored
* Stopping if even one fold failed * Presets bug fixed * More stable wor for short timeouts * Various minor changes * Sequatial mode without Joblib parallelization * Tuner timeouts processing
-
- 22 Jan, 2023 1 commit
-
-
Pinchuk Maya authored
* add stratification for holdout * remove excessive spaces * add tests
-
- 20 Jan, 2023 2 commits
-
-
Lyubov Yamshchikova authored
-
Grigorii authored
* Add example for kc2 dataset * Add experiment script * Add baseline to kc2 example * Add requirements for example reproducibility
-
- 30 Dec, 2022 1 commit
-
-
Rosneft rosneft authored
* Memory analytics implemented
-
- 26 Dec, 2022 2 commits
-
-
Peter authored
`np.shape` was misused in `test_history_backward_compatibility`.
-
Elizaveta Lutsenko authored
-
- 20 Dec, 2022 1 commit
-
-
Peter authored
According to this PR, Seaborn is not compatible with NumPy 1.24.0 due to a bug in the latter: https://github.com/mwaskom/seaborn/pull/3194 Furthermore, the bug is going to be fixed by numpy 1.24.1: https://github.com/numpy/numpy/milestone/114 Thus, restricting the bugged NumPy version only.
-
- 19 Dec, 2022 1 commit
-
-
Pinchuk Maya authored
* minors * fix * add const * minor * revert
-
- 16 Dec, 2022 1 commit
-
-
Lyubov Yamshchikova authored
-
- 15 Dec, 2022 1 commit
-
-
Pakulin Sergei authored
-
- 12 Dec, 2022 3 commits
-
-
Grigorii authored
-
Grigorii authored
* fixes: fix in adapter for restore of returned values * fixes: Restricts ParetoFront size as it was becoming very large * fixes: multi-objective fitness was maximised * fix: multi-objective metrics not handled correctly in API * Add integration test for multi obj opt * Review fixes * Fix zero div error in ParetoFront * fix similarity function for just equlaity in generation_keeper.py * fix bad plotting in one example
-
Peter authored
- Removed deprecated dataset "Boston" - Simplified bad-written fixtures - Added scikit-learn 1.2 compatibility
-
- 01 Dec, 2022 2 commits
-
-
Pinchuk Maya authored
* save method description * load method * fixes * add example * fix doc structure * saving examples * headers fix * minors * minors * minors * minors #12345 * minor * fixes after review * minor * clickable section * clickable section * reformat text * fix load * minors
-
Lyubov Yamshchikova authored
* WIP * WIP forecasting docs * Add train_test_split for ts docs * Add prediction section * Add manual and multivariate example * Remove ts_gapfilling * Fix title * Add explanations * Change pipeline in example * Add plots of the pipeline and rewrite prediction description * Extend Prediction sample * Add plots for Prediction section * Add multimodal example * Minor fix * Minor changes * Change pipeline plots * Correct typos
-
- 30 Nov, 2022 1 commit
-
-
Lyubov Yamshchikova authored
* Refactor predict for ts to be in_sample * Minor fixes * Fix plot_prediction * Minor fixes * Correct in-sample forecasting * Fix doc strings * Fix in sample predict fot multi_ts data type * Add test for multi_ts in-sample predict * Add test for multimodal ts data * Rename variable target in plot_forecast * Add prediction_is_in_sample flag * Fix tests * Rename flag prediction_is_in_sample to _is_in_sample_prediction
-