DatAnalyzer.pipeline.transformers module
- class DatAnalyzer.pipeline.transformers.SmoothData(smooth_type)[source]
Bases:
StandardScaler,MinMaxScaler,PolynomialFeaturesThis class is used to smooth the data using different methods
- fit(X, y=None)[source]
Fit the data
- Parameters:
X (numpy.ndarray) – Data to fit
y (numpy.ndarray) – Target
- Returns:
self
- Return type: