Package: mltools
Type: Package
Title: Machine Learning Tools
Version: 0.3.3
Author: Ben Gorman
Maintainer: Ben Gorman <bgorman@GormAnalysis.com>
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: 6.0.1
Imports: data.table(>= 1.9.7), Matrix, methods, stats
NeedsCompilation: no
Packaged: 2017-09-12 15:09:44 UTC; Ben
Repository: CRAN
Date/Publication: 2017-09-12 15:21:21 UTC
