From 5bb39f2bd331eb78a5bc7fe0f7619bc599448afb Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:48:56 +0300 Subject: [PATCH 1/9] Update README_en.rst --- README_en.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README_en.rst b/README_en.rst index 8c3442f671..605f0ec6ee 100644 --- a/README_en.rst +++ b/README_en.rst @@ -186,7 +186,8 @@ Current R&D and future plans Currently, we are working on new features and trying to improve the performance and the user experience of FEDOT. The major ongoing tasks and plans: -* Implementation of meta-learning based at GNN and RL (see `MetaFEDOT `__) +* Implementation of large language model for AutoML tasks in `FEDOT.LLM `__ repository. +* Implementation of meta-learning based at GNN and RL (see `GAMLET `__) * Improvement of the optimisation-related algorithms implemented in `GOLEM `__. * Support for more complicated pipeline design patters, especially for time series forecasting. @@ -211,14 +212,15 @@ Side Projects ============= - The optimisation core implemented in `GOLEM `__ repository. - The prototype of the web-GUI for FEDOT is available in the `FEDOT.WEB `__ repository. -- The prototype of FEDOT-based meta-AutoML in the `MetaFEDOT `__ repository. +- The prototype of FEDOT-based meta-AutoML in the `GAMLET `__ repository. +- The prototype of FEDOT-based LLM for nexgen AutoML in the `FEDOT.LLM `__ repository. Contacts ======== - `Telegram channel for solving problems and answering questions about FEDOT `_ - `Natural System Simulation Team `_ - `Anna Kalyuzhnaya `_, Team leader (anna.kalyuzhnaya@itmo.ru) -- `Newsfeed `_ +- `Telegram newsfeed channel `_ - `Youtube channel `_ Supported by @@ -245,9 +247,6 @@ Citation pages={926-933}, doi={10.1109/CEC45853.2021.9504773}} - -Other papers - in `ResearchGate `_. - .. |docs| image:: https://readthedocs.org/projects/ebonite/badge/?style=flat :target: https://fedot.readthedocs.io/en/latest/ :alt: Documentation Status From 02e5b26b9a2f3ca4222c60b908edfa1971112259 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:56:20 +0300 Subject: [PATCH 2/9] Update README.rst --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f6f790327b..8241e37dc0 100644 --- a/README.rst +++ b/README.rst @@ -85,6 +85,7 @@ FEDOT предоставляет возможность использовать ================ FEDOT предоставляет высокоуровневый API, который удобно использовать. API может использоваться для задач классификации, регрессии и прогнозирования временных рядов. + Чтобы использовать API, выполните следующие действия: 1. Импортируйте класс ``Fedot`` @@ -185,7 +186,8 @@ Jupyter ноутбуки с примерами находятся в репоз В настоящее время мы работаем над новыми функциями и пытаемся улучшить производительность и удобство использования FEDOT. Основные текущие задачи и планы: -* Реализация методов и алгоритмов мета-обучения +* Реализация большой языковой модели для задач автоматического машинного обучения. +* Реализация методов и алгоритмов мета-обучения. * Повышение эффективности оптимизационного ядра GOLEM. * Поддержка более сложных вариантов пайплайнов, особенно для задач прогнозирования временных рядов. @@ -212,16 +214,16 @@ Jupyter ноутбуки с примерами находятся в репоз Дополнительные проекты ====================== - Оптимизационное ядро, вынесенное в библиотеку `GOLEM `__. -- Прототип реализации Meta-AutoML - `MetaFEDOT `__. - Прототип web-GUI для FEDOT - `FEDOT.WEB `__. - +- Прототип реализации Meta-AutoML - `MetaFEDOT `__. +- Прототип реализации LLM для AutoML - `FEDOT.LLM `__. Контакты ======== - `Telegram-канал `_ для решения проблем и ответов на вопросы о FEDOT - Команда `Natural System Simulation `_ - `Анна Калюжная `_, руководитель (anna.kalyuzhnaya@itmo.ru) -- `Новости `_ +- `Новостной Telegram-канал `_ - `Youtube канал `_ Разработка ведётся при поддержке From 1ba01a0ac70347678dd1a9139b36d307b5537450 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:57:11 +0300 Subject: [PATCH 3/9] Update README_en.rst --- README_en.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_en.rst b/README_en.rst index 605f0ec6ee..6ab417fb60 100644 --- a/README_en.rst +++ b/README_en.rst @@ -191,6 +191,8 @@ The major ongoing tasks and plans: * Improvement of the optimisation-related algorithms implemented in `GOLEM `__. * Support for more complicated pipeline design patters, especially for time series forecasting. +In addition, we are working on a number of research tasks related to benchmarking of time series forecasting using AutoML and multimodal modelling. + Any contribution is welcome. Our R&D team is open for cooperation with other scientific teams as well as with industrial partners. Documentation From e03383956b2ba1690ad86a36eb3e7941077162df Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:02:26 +0300 Subject: [PATCH 4/9] Update README.rst --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 8241e37dc0..6a797afe51 100644 --- a/README.rst +++ b/README.rst @@ -250,9 +250,6 @@ Jupyter ноутбуки с примерами находятся в репоз pages={926-933}, doi={10.1109/CEC45853.2021.9504773}} - -Другие статьи доступны на `ResearchGate `_. - .. |docs| image:: https://readthedocs.org/projects/ebonite/badge/?style=flat :target: https://fedot.readthedocs.io/en/latest/ :alt: Documentation Status From 9926c758a1a3aa27bca024473d242093829882cb Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:49:13 +0300 Subject: [PATCH 5/9] Update README_en.rst --- README_en.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_en.rst b/README_en.rst index 6ab417fb60..9985d18c7e 100644 --- a/README_en.rst +++ b/README_en.rst @@ -212,10 +212,10 @@ We acknowledge the contributors for their important impact and the participants Side Projects ============= -- The optimisation core implemented in `GOLEM `__ repository. -- The prototype of the web-GUI for FEDOT is available in the `FEDOT.WEB `__ repository. -- The prototype of FEDOT-based meta-AutoML in the `GAMLET `__ repository. -- The prototype of FEDOT-based LLM for nexgen AutoML in the `FEDOT.LLM `__ repository. +- The optimisation core implemented in the GOLEM. +- The prototype of the web-GUI for FEDOT is available in the FEDOT.WEB. +- The prototype of FEDOT-based meta-AutoML in the GAMLET. +- The prototype of FEDOT-based LLM for nexgen AutoML in the FEDOT.LLM. Contacts ======== From 36cc3510dba1a7c106cc78fe922abd254b6aa5e2 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:50:04 +0300 Subject: [PATCH 6/9] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6a797afe51..bd5252b808 100644 --- a/README.rst +++ b/README.rst @@ -213,10 +213,10 @@ Jupyter ноутбуки с примерами находятся в репоз Дополнительные проекты ====================== -- Оптимизационное ядро, вынесенное в библиотеку `GOLEM `__. -- Прототип web-GUI для FEDOT - `FEDOT.WEB `__. -- Прототип реализации Meta-AutoML - `MetaFEDOT `__. -- Прототип реализации LLM для AutoML - `FEDOT.LLM `__. +- Оптимизационное ядро, вынесенное в библиотеку GOLEM. +- Прототип web-GUI для FEDOT - FEDOT.WEB. +- Прототип реализации Meta-AutoML - MetaFEDOT. +- Прототип реализации LLM для AutoML - FEDOT.LLM. Контакты ======== From 698b17f12d45c18b01e00e42e08200559da19526 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:54:09 +0300 Subject: [PATCH 7/9] Update README_en.rst --- README_en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.rst b/README_en.rst index 9985d18c7e..7e89be47cc 100644 --- a/README_en.rst +++ b/README_en.rst @@ -213,7 +213,7 @@ We acknowledge the contributors for their important impact and the participants Side Projects ============= - The optimisation core implemented in the GOLEM. -- The prototype of the web-GUI for FEDOT is available in the FEDOT.WEB. +- The prototype of the web-GUI for FEDOT is available in the `FEDOT.WEB `__ repository. - The prototype of FEDOT-based meta-AutoML in the GAMLET. - The prototype of FEDOT-based LLM for nexgen AutoML in the FEDOT.LLM. From 8477fb91f8b97df9142fea98f513b7c84560e2f4 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:54:12 +0300 Subject: [PATCH 8/9] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bd5252b808..5aecfe9870 100644 --- a/README.rst +++ b/README.rst @@ -186,9 +186,9 @@ Jupyter ноутбуки с примерами находятся в репоз В настоящее время мы работаем над новыми функциями и пытаемся улучшить производительность и удобство использования FEDOT. Основные текущие задачи и планы: -* Реализация большой языковой модели для задач автоматического машинного обучения. -* Реализация методов и алгоритмов мета-обучения. -* Повышение эффективности оптимизационного ядра GOLEM. +* Реализация большой языковой модели для задач автоматического машинного обучения в `FEDOT.LLM `__. +* Реализация методов и алгоритмов мета-обучения в `GAMLET `__. +* Повышение эффективности оптимизационного ядра `GOLEM `__. * Поддержка более сложных вариантов пайплайнов, особенно для задач прогнозирования временных рядов. @@ -214,7 +214,7 @@ Jupyter ноутбуки с примерами находятся в репоз Дополнительные проекты ====================== - Оптимизационное ядро, вынесенное в библиотеку GOLEM. -- Прототип web-GUI для FEDOT - FEDOT.WEB. +- Прототип web-GUI для FEDOT доступен в `FEDOT.WEB `__ репозитории. - Прототип реализации Meta-AutoML - MetaFEDOT. - Прототип реализации LLM для AutoML - FEDOT.LLM. From d71b71e34d46d58433ddf317afc1d8907e4bbc57 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:55:13 +0300 Subject: [PATCH 9/9] Update README_en.rst --- README_en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_en.rst b/README_en.rst index 7e89be47cc..42b914ca1b 100644 --- a/README_en.rst +++ b/README_en.rst @@ -186,8 +186,8 @@ Current R&D and future plans Currently, we are working on new features and trying to improve the performance and the user experience of FEDOT. The major ongoing tasks and plans: -* Implementation of large language model for AutoML tasks in `FEDOT.LLM `__ repository. -* Implementation of meta-learning based at GNN and RL (see `GAMLET `__) +* Implementation of large language model for AutoML tasks in `FEDOT.LLM `__. +* Implementation of meta-learning based at GNN and RL (see `GAMLET `__). * Improvement of the optimisation-related algorithms implemented in `GOLEM `__. * Support for more complicated pipeline design patters, especially for time series forecasting.