Unified framework for linear regularized multi-task learning
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.
Roman Schefzik, Han Cao
install.packages("devtools")
library(devtools)
install_github("RomanSchefzik/UnifiedLRMTL")The usage of the functions will be covered in the respective function documentations. Further, an explicit example will be given here.