aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

Error on 1_intro_to_automl jupyter notebook with latest fedot==0.7.0 #1160

Closed jay-m-dev closed 6 months ago

jay-m-dev commented 10 months ago

Hello,

I tried running the first example and got the attached error when running the baseline model: image 1_intro_to_automl_latest_error_cv2.txt

I ran this with fedot==0.6.2 and it worked.

Steps to recreate:

  1. git clone https://github.com/ITMO-NSS-team/fedot-examples.git
  2. cd into fedot-examples/
  3. create and activate a python virtualenv
  4. run jupyter notebook
  5. in the web browser navigate to 1_intro_to_automl.ipynb
  6. run the first 2 cells (it works)
  7. run 3rd cell (output is the attached error)

Thank you.

IIaKyJIuH commented 10 months ago
  1. git clone https://github.com/ITMO-NSS-team/fedot-examples.git

Hello, jay-m-dev!

Thank you for your note. The problem seems tougher, than it is. Just install the latest version of FEDOT by executing:

pip install fedot -U

in the terminal you use, that should help.

We've already started updating the examples so they use truly the latest version of our framework. Please, let us know, if another problem occur.