Skip to content

somsomy499/data-preprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Preprocessing Utilities

Reusable data preprocessing for ML pipelines.

Features

  • Missing value imputation
  • Feature scaling (Standard, MinMax)
  • Categorical encoding (OneHot, Label)
  • Text tokenization

Usage

from preprocessing import Pipeline
pipe = Pipeline([Imputer(strategy='mean'), Scaler(method='standard')])
X_clean = pipe.fit_transform(X)

License

MIT

About

Data preprocessing utilities for ML pipelines

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages