Package: mltools Type: Package Title: Machine Learning Tools Version: 0.3.6 Author: Ben Gorman Maintainer: Ben Gorman Description: 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. License: MIT + file LICENSE URL: https://github.com/ben519/mltools BugReports: https://github.com/ben519/mltools/issues LazyData: TRUE RoxygenNote: 7.1.2 Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: data.table(>= 1.9.7), Matrix, methods, stats Suggests: testthat Repository: https://ben519.r-universe.dev Date/Publication: 2021-09-20 15:54:08 UTC RemoteUrl: https://github.com/ben519/mltools RemoteRef: HEAD RemoteSha: 22d9c397aad1e7bc9d01366d4bcc76f39ae0d579 NeedsCompilation: no Packaged: 2026-06-15 08:28:53 UTC; root