All Projects → tidymodels → censored

tidymodels / censored

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
Parsnip wrappers for survival models

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to censored

modeltime.resample
Resampling Tools for Time Series Forecasting with Modeltime
Stars: ✭ 12 (-86.05%)
Mutual labels:  tidymodels
R-Machine-Learning
D-Lab's 6 hour introduction to machine learning in R. Learn the fundamentals of machine learning, regression, and classification, using tidymodels in R.
Stars: ✭ 27 (-68.6%)
Mutual labels:  tidymodels
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (-24.42%)
Mutual labels:  tidymodels
bayesian
Bindings for Bayesian TidyModels
Stars: ✭ 33 (-61.63%)
Mutual labels:  tidymodels
modeltime.gluonts
GluonTS Deep Learning with Modeltime
Stars: ✭ 31 (-63.95%)
Mutual labels:  tidymodels

censored

R-CMD-check Codecov test coverage Lifecycle: experimental

censored is a parsnip extension package which provides engines for various models for censored regression and survival analysis.

Installation

You can install the released version of censored from CRAN with:

install.packages("censored")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidymodels/censored")

Available models, engines, and prediction types

censored provides engines for the models in the following table. For examples, please see Fitting and Predicting with censored.

The time to event can be predicted with type = "time", the survival probability with type = "survival", the linear predictor with type = "linear_pred", the quantiles of the event time distribution with type = "quantile", and the hazard with type = "hazard".

model engine time survival linear_pred raw quantile hazard
bag_tree rpart
boost_tree mboost
decision_tree rpart
decision_tree partykit
proportional_hazards survival
proportional_hazards glmnet
rand_forest partykit
survival_reg survival
survival_reg flexsurv

Contributing

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].