forked from ben519/mltools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (19 loc) · 858 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: mltools
Type: Package
Title: Machine Learning Tools
Version: 0.3.4.9000
Author: Ben Gorman
Maintainer: Ben Gorman <[email protected]>
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
Suggests:
testthat