Operation ... can not be used as a part of TaskTypesEnum.classification error during composing
The following error is raising during composing:
Can not find evaluation strategy because of Operation svr can not be used as a part of TaskTypesEnum.classification. Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/fedot/core/operations/operation.py", line 41, in _init _eval_strategy_for_task(self.operation_type, File "/usr/local/lib/python3.8/dist-packages/fedot/core/operations/operation.py", line 164, in _eval_strategy_for_task raise ValueError(f'Operation {operation_type} can not be used as a part of {current_task_type}.') ValueError: Operation svr can not be used as a part of TaskTypesEnum.classification.
The likely reason is the mutation of decompose-based pipelines. The validation rules should be improved to it.