IFCA-Advanced-Computing/frouros

Use partial_fit in other Pipeline steps

Closed this issue · 0 comments

For each Pipeline step check if it supports partial_fit method and use it each time update_detector method is called. E.g. sklearn.preprocessing.StandardScaler supports it.