Preprocessing subpackage (pyeem.preprocessing)

The preprocessing package provides…

pyeem.preprocessing Package

Functions

calibration(dataset, routine_results_df[, step])

Perform a calibration with the samples marked as calibration sources in the dataset’s metadata.

calibration_summary_info(cal_df)

Summary information about completed calibration for each source in the dataset.

create_routine([crop, fill_missing_values, …])

Create the preprocessing routine for correcting and filtering the data.

perform_routine(dataset, routine_df[, …])

Perform the data preprocessing routine which was created by pyeem.preprocessing.create_routine()