Valerii Pokrovskii

Results 26 issues of Valerii Pokrovskii

https://github.com/nccr-itmo/FEDOT/issues/878 issue. Advices are welcome

Due to new changes in core we should propose changes for boosting mutations. Related issues: - https://github.com/nccr-itmo/FEDOT/issues/833 - https://github.com/nccr-itmo/FEDOT/issues/851 What should be done: - [ ] implement boosting mutations as...

core
refactoring
time series

After last changes boosting mutations don't work again due to regression models are not available for classification tasks. The main idea to create new entities for decompose models that will...

Draft of experiment (may be extended) 1) Select 5 datasets for classification/regression/time-series-forecasting 2) For each dataset run such experiment 2.1) Run FEDOT for hour with set of parameters: [0% time...

research

This is a 🐛 bug fix. Fixes [#4567](https://github.com/aimclub/FEDOT/issues/1266)

![image](https://github.com/aimclub/FEDOT/assets/32017472/a0921a32-6c4d-463a-8a5a-0fdcb9e6e8d0) example api_classification

bug

Documentation should contains page devoted to metrics. It should consist of * list of metrics for optimization * code shows how to pass custom metric for the API

If we would provide InputData with parameter forecast_length in task_params and wouldn't provide the same task to API, Fedot will faшl with exception Metric can not be evaluated because of:...

bug

DateTime features like day, month, year, etc can be used as features for time series. ![image](https://github.com/aimclub/FEDOT/assets/32017472/2fe3c840-5030-48ae-b9d6-237f9c626d5e)

enhancement
good first issue
time series

When forecast_length=1 model.plot_prediction() doesn't show predict ![image](https://github.com/aimclub/FEDOT/assets/32017472/766dee3a-0d4a-4655-bd6d-97673670b547) data [df_daily.xlsx](https://github.com/aimclub/FEDOT/files/12802048/df_daily.xlsx) notebook to reproduce https://colab.research.google.com/drive/1iKOufLVJYYf7xTJt0yDklqB7iiTMP6AA?usp=sharing PS need to check is it common for univariate case too

bug
time series