-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
21 lines (21 loc) · 891 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: mltools
Type: Package
Title: Machine Learning Tools
Version: 0.3.6
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: 7.1.2
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
data.table(>= 1.9.7),
Matrix,
methods,
stats
Suggests:
testthat