An open API service indexing awesome lists of open source software.

https://github.com/anothersamwilson/pipelinetools

Fast and easy modeling pipeline.
https://github.com/anothersamwilson/pipelinetools

Last synced: 3 months ago
JSON representation

Fast and easy modeling pipeline.

Awesome Lists containing this project

README

        

# Pipeline Tools

Personal package of very useful funcitons used in modeling pipeline.
Features:

- Encoding
- Frequency
- Gaussian (center scaling)
- Dummy Variables (faster than caret\!)
- NA encoding
- Ordinal Encoding
- Uniform Encoding
- Rare Value Aggregation
- Flexible Box Cox Transformation
- ODBC Connection functions
- xgbfi Wrappers
- Fast and Easy data.table toCSV()
- Multi-Character Substitution

All encodings have associated ‘apply’ S3 methods, so the same object can
be applied to any applicable dataset.