https://github.com/anothersamwilson/pipelinetools
Fast and easy modeling pipeline.
https://github.com/anothersamwilson/pipelinetools
Last synced: 8 months ago
JSON representation
Fast and easy modeling pipeline.
- Host: GitHub
- URL: https://github.com/anothersamwilson/pipelinetools
- Owner: AnotherSamWilson
- License: other
- Created: 2020-06-16T14:44:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T14:22:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T14:37:46.131Z (over 1 year ago)
- Language: C#
- Size: 185 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.