aimclub / FEDOT.Web

Graphic tool for the automated evolutionary design of composite models
https://fedot.onti.actcognitive.org
BSD 3-Clause "New" or "Revised" License
37 stars 5 forks source link

Fixes of new dependencies versions #88

Closed MorrisNein closed 2 years ago

MorrisNein commented 2 years ago

Three site-packages received updates that broke local development.

  1. One of the issues had to be fixed via requirements, as the exception appeared in a site-package that used an older version of this dependency.
  2. The other one was caused by using a deprecated method in pymongo.
  3. scikit-learn==1.0.0 used a deprecated attribute use_label_encoder of XGBClassifier