Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Keywords
Repository
Regularized Multi-task Learning in R
Basic Info
- Host: GitHub
- Owner: transbioZI
- Language: R
- Default Branch: master
- Homepage: https://CRAN.R-project.org/package=RMTL
- Size: 331 KB
Statistics
- Stars: 18
- Watchers: 3
- Forks: 12
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
RMTL
Regularized Multi-task Learning in R
Description
This package provides an efficient implementation of regularized multi-task learning comprising 10 algorithms applicable for regression, classification, joint feature selection, task clustering, low-rank learning, sparse learning and network incorporation. All algorithms are implemented basd on the accelerated gradient descent method and feature a complexity of O(1/k^2). Sparse model structure is induced by the solving the proximal operator. The package has been uploaded in the CRAN: https://CRAN.R-project.org/package=RMTL
Required Packages
Four packages have to be instaled in advanced to enable functions i.e. eigen-decomposition, 2D plotting: ‘MASS’, ‘psych’, ‘corpcor’ and ‘fields’. You can install them from the CRAN.
R
install.packages("MASS")
install.packages("psych")
install.packages("corpcor")
install.packages("fields")
Installation
You can choose any of the three ways to install RMTL.
1) Install from CRAN in R environment (Recommend) ```R install.packages("RMTL")
in this way, the requirement for installation are automatically checked.
```
2) Install from github in R environment
R
install.packages("devtools")
library("devtools")
install_github("transbioZI/RMTL")
3) Install from the source code
shell
git clone https://github.com/transbioZI/RMTL.git
R CMD build ./RMTL/
R CMD INSTALL RMTL*.tar.gz
Tutorial
The tutorial of multi-task learning using RMTL can be found here.
Manual
Please check "RMTL-manuel.pdf" for more details.
Reference
Contact
If you have any question, please contact: hank9cao@gmail.com
Owner
- Name: transbioZI
- Login: transbioZI
- Kind: organization
- Repositories: 6
- Profile: https://github.com/transbioZI
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hank | h****o@g****m | 9 |
| hank | h****o@g****m | 1 |
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: 7 days
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 2.67
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- parisashahnazari (1)
- armgong (1)
- GazeLei (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 647 last-month
- Total docker downloads: 796
- Total dependent packages: 1
- Total dependent repositories: 2
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: RMTL
Regularized Multi-Task Learning
- Homepage: https://github.com/transbioZI/RMTL/
- Documentation: http://cran.r-project.org/web/packages/RMTL/RMTL.pdf
- License: GPL-3
-
Latest release: 0.9.9
published almost 4 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- MASS >= 7.3 imports
- corpcor >= 1.6.9 imports
- doParallel >= 1.0.14 imports
- foreach >= 1.4.4 imports
- psych >= 1.8.4 imports
- knitr * suggests
- rmarkdown * suggests