auto_prep package

Subpackages

Submodules

auto_prep.prep module

class auto_prep.prep.AutoPrep[source]

Bases: object

Main pipeline orchestrating the entire preprocessing process.

This class handles the complete workflow from data preprocessing to report generation.

run(data: DataFrame, target_column: str)[source]

Run the complete pipeline on the provided dataset.

Parameters:
  • data (pd.DataFrame) – Input dataset to process.

  • target_column (str) – Name of the target variable column.

auto_prep.prep.format_column_name(x)

Module contents