-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: matrans
Title: Model Averaging-Assisted Optimal Transfer Learning
Version: 0.1.0
Authors@R:
c(person("Xiaonan", "Hu", , "xiaonanhu@cnu.edu.cn", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7614-2249")),
person("Xinyu", "Zhang", , "xinyu@amss.ac.cn", role = "aut"))
Description: Transfer learning, as a prevailing technique in computer sciences, aims to improve the performance of a target model by leveraging auxiliary information from heterogeneous source data. We provide novel tools for multi-source transfer learning under statistical models based on model averaging strategies, including linear regression models, partially linear models. Unlike existing transfer learning approaches, this method integrates the auxiliary information through data-driven weight assignments to avoid negative transfer. This is the first package for transfer learning based on the optimal model averaging frameworks, providing efficient implementations for practitioners in multi-source data modeling. The details are described in Hu and Zhang (2023) <https://jmlr.org/papers/v24/23-0030.html>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
caret,
formatR,
MASS,
quadprog,
splines,
stats
Suggests:
knitr,
rmarkdown
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr