Skip to content

Repository for the familiar R-package. Familiar implements an end-to-end pipeline for interpretable machine learning of tabular data.

License

Notifications You must be signed in to change notification settings

alexzwanenburg/familiar

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2022
Apr 25, 2023
Jul 6, 2021
Dec 10, 2022
Feb 23, 2023
Dec 16, 2022
Feb 28, 2023
Dec 15, 2022
Feb 28, 2023
Apr 25, 2023
Mar 19, 2020
Nov 2, 2022
Apr 25, 2023
Mar 29, 2022
Dec 16, 2022
Feb 28, 2023

Repository files navigation

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:

About

Repository for the familiar R-package. Familiar implements an end-to-end pipeline for interpretable machine learning of tabular data.

Topics

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages