Is your feature request related to a problem? Please describe.
Currently we have some methods, which seem to depend on the same data. To avoid redundancy, we should combine this separate classes in some other unified abstraction.
Describe the solution you'd like
Add one central class with data setup and predict method (+ any other helper methods). And form smaller other classes for each criteria.
Is your feature request related to a problem? Please describe. Currently we have some methods, which seem to depend on the same data. To avoid redundancy, we should combine this separate classes in some other unified abstraction.
Describe the solution you'd like Add one central class with data setup and predict method (+ any other helper methods). And form smaller other classes for each criteria.
Describe alternatives you've considered N/A
Additional context N/A