-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.43 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.43 KB
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
27
28
29
30
31
32
33
34
35
Package: learner
Type: Package
Title: Latent Space-Based Transfer Learning
Version: 1.0.1
Authors@R: c(person("Sean", "McGrath", role = c("aut", "cre"),
email = "sean.mcgrath514@gmail.com",
comment = c(ORCID = "0000-0002-7281-3516")),
person("Ryan", "ODea", role = c("aut"),
email = "ryanodea@hsph.harvard.edu"),
person("Cenhao", "Zhu", role = c("aut"),
email = "cenhaoz@mit.edu"),
person("Rui", "Duan", role = c("aut"),
email = "rduan@hsph.harvard.edu"))
Maintainer: Sean McGrath <sean.mcgrath514@gmail.com>
Description: Implements transfer learning methods for low-rank matrix
estimation. These methods leverage similarity in the latent row and column
spaces between the source and target populations to improve estimation in
the target population. The methods include the LatEnt spAce-based tRaNsfer
lEaRning (LEARNER) method and the direct projection LEARNER (D-LEARNER)
method described by McGrath et al. (2024) <doi:10.48550/arXiv.2412.20605>.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/stmcg/learner
BugReports: https://github.com/stmcg/learner/issues
Imports: ScreeNOT,
Rcpp (>= 1.0.11),
RcppEigen
LinkingTo: Rcpp, RcppEigen
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)