A comprehensive Python library for comparing different preprocessing techniques and their effects on machine learning model performance. Automatically test multiple combinations of scalers, encoders, ...
This repository contains a Python script for a complete machine learning data preprocessing pipeline, covering missing data imputation, categorical feature encoding, numerical feature scaling, and ...