nico-koltermann / IST-data-science-33

The Unlicense
0 stars 1 forks source link

Abstract Class for Preperation #37

Open nico-koltermann opened 1 year ago

nico-koltermann commented 1 year ago

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.