aimclub / FEDOT

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

Redundant logging at launch in jupyter notebook #748

Closed Dreamlone closed 11 months ago

Dreamlone commented 2 years ago

A lot of messages appear during launch

Example:

from fedot.api.main import Fedot
model = Fedot(problem='regression', timeout=1)

# fit model with AutoML
train_columns = df.columns[:-1]
obtained_pipeline = model.fit(features=df[train_columns], target=df['target'])

image

kasyanovse commented 11 months ago

На текущий момент (с учетом https://github.com/aimclub/FEDOT/pull/1174), проблема только в FutureWarning.

Dreamlone commented 11 months ago

В таком случае можно данный тикет закрыть (сделай re-open если не согласен). Ворнинги я точно к этому issue не относил