Greetings to everyone who follows our team and FEDOT development progress!
Last week, we released a new version of fedot == 0.2.0. A bunch of bugs in framework were fixed and merged to master (main) and release branches.
Here is the list of the main changes:
- NLP tasks are now supported, a simple example of text classification were added (see [here](https://github.com/nccr-itmo/FEDOT/blob/master/cases/spam_detection.py))
- The first version of fedot high-level API were implemented, see readme for the instructions
- Fixed several bugs with chain import/export
- Composer now should work correctly for time-series task
- Embedded visualization of composing and the resulted chains were improved, see the example [here](https://github.com/nccr-itmo/FEDOT/blob/master/examples/chain_and_history_visualisation.py)