Package: healthcareai
Type: Package
Title: Tools for Healthcare Machine Learning
Version: 0.1.11
Date: 2017-02-09
Authors@R: c(
    person("Levi", "Thatcher", email = "levi.thatcher@healthcatalyst.com", role = c("aut", "cre")),
    person("Mike", "Mastanduno", email = "mike.mastanduno@healthcatalyst.com", role = "aut"),
    person("Taylor", "Miller", email = "taylor.miller@healthcatalyst.com", role = "aut"),
    person("Taylor", "Larsen", email = "taylor.larsen@healthcatalyst.com", role = "aut"))
Description: A machine learning toolbox tailored to healthcare data. 
    Aids in data cleaning, model development, hyperparameter tuning, and model 
    deployment in a production SQL environment. Algorithms currently supported 
    are Lasso, Random Forest, and Linear Mixed Model.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
  caret,
  data.table,
  doParallel,
  e1071,
  grpreg,
  lme4,
  lubridate,
  pROC,
  R6,
  ranger,
  ROCR,
  RODBC
RoxygenNote: 6.0.0
Suggests: testthat
