fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

Bug: Rearranger doesn't take over the spaces of incoming instances #1020

Closed detlefarend closed 6 days ago

detlefarend commented 2 weeks ago

1 Describe the bug Class bf.streams.tasks.Rearranger creates new instances based on static feature/label spaces of type bf.math.Set. Instead, the type of the feature/label space of the first incoming instance shall be taken over.

2 To Reproduce ...

3 Expected behavior ...

4 Screenshots ...

5 Additional Informations

5.1 Operating System