alexzwanenburg / familiar

Repository for the familiar R-package. Familiar implements an end-to-end pipeline for interpretable machine learning of tabular data.
European Union Public License 1.2
30 stars 3 forks source link
ai explainable-ai machine-learning survival-analysis tabular-data

GitHub License CRAN Version GitHub Actions Workflow Status

Familiar

Overview

Familiar is an R-package that allows for end-to-end machine learning of tabular data, with subsequent evaluation and explanation of models.

Installing familiar

Stable versions of familiar can be installed from CRAN. dependencies=TRUE prevents being prompted to install packages when using familiar.

install.packages("familiar", dependencies=TRUE)

Familiar can also be installed directly from the GitHub repository:

require(devtools)
devtools::install_github("https://github.com/alexzwanenburg/familiar", dependencies=TRUE)

More information

The package vignettes contain additional information concerning familiar: