Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 707 Bytes

File metadata and controls

19 lines (15 loc) · 707 Bytes

UnifiedLRMTL

Unified framework for linear regularized multi-task learning

Description

This package will provide an implementation of a unified framework for linear regularized multi-task learning (MTL) approaches for classification and regression problems. Basically, it will aggregate methods previously implemented in various scattered R packages in an overarching manner.

Contributors

Roman Schefzik, Han Cao

Installation

install.packages("devtools")
library(devtools)
install_github("RomanSchefzik/UnifiedLRMTL")

Example of usage

The usage of the functions will be covered in the respective function documentations. Further, an explicit example will be given here.

References