You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the tasks of preprocessing pandas data and speeding up experiments, we have the Preprocessor class and a number of base classes with single functionality at preprocessing.
These methods should be implemented for spark dataframes, in the same paradigm as we have for the Designer and the Splitter.
At this moment, the implementation of the following methods is essential:
Aggregation
Outliers removal (robust)
CUPED
The text was updated successfully, but these errors were encountered:
For the tasks of preprocessing
pandas
data and speeding up experiments, we have thePreprocessor
class and a number of base classes with single functionality at preprocessing.These methods should be implemented for
spark
dataframes, in the same paradigm as we have for theDesigner
and theSplitter
.At this moment, the implementation of the following methods is essential:
The text was updated successfully, but these errors were encountered: