Open nico-koltermann opened 1 year ago
Create an abstract class for inherting, for new dataset prepertion.
The new dataset only must implement a function for encoding.
The missing value evaluation, outlier evaluation, balancing is included in the class and can be used after encoding.
The leads to fast data preperation with the corresponding evaluation of each method.
Abstract class
Create an abstract class for inherting, for new dataset prepertion.
The new dataset only must implement a function for encoding.
The missing value evaluation, outlier evaluation, balancing is included in the class and can be used after encoding.
The leads to fast data preperation with the corresponding evaluation of each method.