You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting ValueError: Length of values (0) does not match length of index (606) on boosting pipelines predict stage in run_classification_multiobj_example
Current Behavior
Getting
ValueError: Length of values (0) does not match length of index (606)
on boosting pipelines predict stage inrun_classification_multiobj_example
Steps to Reproduce
2024-09-24_21-25-09_pipeline_saved.zip
Possible solution
Check whether
data.target
is set to an empty sequence:FEDOT/fedot/core/operations/evaluation/operation_implementations/models/boostings_implementations.py
Lines 236 to 254 in 5be9119
Context
failed integration tests run https://github.com/aimclub/FEDOT/actions/runs/11013973383
related to #1316
The text was updated successfully, but these errors were encountered: