mltools
Machine Learning Tools
A collection of machine learning helper functions, particularly assisting in the Exploratory Data Analysis phase. Makes heavy use of the 'data.table' package for optimal speed and memory efficiency. Highlights include a versatile bin_data() function, sparsify() for converting a data.table to sparse matrix format with one-hot encoding, fast evaluation metrics, and empirical_cdf() for calculating empirical Multivariate Cumulative Distribution Functions.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.3.5 |
2026-04-09 windows/windows R-4.5 | mltools_0.3.5.zip |
111.6 KiB |
Dependencies (latest)
Imports
- data.table (>= 1.9.7)
- Matrix
- methods
- stats