vantage6.algorithm.tools.preprocessing.functions#

This module contains several preprocessing functions that may be used to prepare the data for the algorithm.

Functions

dummy_preprocess(df)

Dummy preprocessing function that does nothing.

filter_range(df, column[, min_, max_, ...])

Filter the data based on a minimum and/or maximum value.