plsVarSel
Variable selection methods for Partial Least Squares
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Variable selection methods for Partial Least Squares
Basic Info
- Host: GitHub
- Owner: khliland
- Language: R
- Default Branch: master
- Size: 141 KB
Statistics
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
- Releases: 2
Created over 10 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
README.md
Variable selection methods for Partial Least Squares - plsVarSel
Installation
``` r
Install release version from CRAN
install.packages("plsVarSel")
Install development version from GitHub
devtools::install_github("khliland/plsVarSel") ```
Contents
- Filter methods
- VIP - Variable Importance in Projections
- SR - Selectivity Ratio
- sMC - Significance Multivariate Correlation
- LW - Loading Weights
- RC - Regression Coefficients
- URC - RC scaled as abs(RC)/max(abs(RC))
- FRC - URC further scaled as URC/PRESS
- mRMR - Minimum Redundancy Maximal Relevancy
- Wrapper methods
- BVE-PLS - Backward variable elimination PLS
- GA-PLS - Genetic algorithm combined with PLS regression
- IPW-PLS - Iterative predictor weighting PLS
- MCUVE-PLS - Uninformative variable elimination in PLS
- REP-PLS - Regularized elimination procedure in PLS
- SPA-PLS - Sub-window permutation analysis coupled with PLS
- T2-PLS - Hotelling's T^2 based variable selection in PLS
- WVC-PLS - Weighted Variable Contribution in PLS
- Embedded methods
- Trunction PLS
- ST-PLS - Soft-Threshold PLS
- CovSel - Covariance Selection
- LDA wrappers for PLS classficiations and cross-validation
- Shaving - Repeated shaving of variables using filters (experimental)
- Simulation tools
Main references (more in package)
- T. Mehmood, K.H. Liland, L. Snipen, S. Sæbø, A review of variable selection methods in Partial Least Squares Regression, Chemometrics and Intelligent Laboratory Systems 118 (2012) 62-69.
- T. Mehmood, S. Sæbø, K.H. Liland, Comparison of variable selection methods in partial least squares regression, Journal of Chemometrics 34 (2020) e3226.
Owner
- Name: Kristian Hovde Liland
- Login: khliland
- Kind: user
- Location: Norway
- Website: https://khliland.no
- Repositories: 29
- Profile: https://github.com/khliland
GitHub Events
Total
- Issues event: 3
- Watch event: 2
- Issue comment event: 1
- Push event: 2
Last Year
- Issues event: 3
- Watch event: 2
- Issue comment event: 1
- Push event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kristian Hovde Liland | k****d | 18 |
| Kristian Hovde Liland | k****d@n****o | 6 |
Committer Domains (Top 20 + Academic)
nofima.no: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 0
- Average time to close issues: 7 months
- Average time to close pull requests: N/A
- Total issue authors: 5
- Total pull request authors: 0
- Average comments per issue: 2.4
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 3 months
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Samuelb1992 (1)
- gtalckmin (1)
- ebamule (1)
- salkos1 (1)
- kwstat (1)
Pull Request Authors
Top Labels
Issue Labels
help wanted (1)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 707 last-month
- Total docker downloads: 43
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 17
- Total maintainers: 1
cran.r-project.org: plsVarSel
Variable Selection in Partial Least Squares
- Homepage: https://github.com/khliland/plsVarSel/
- Documentation: http://cran.r-project.org/web/packages/plsVarSel/plsVarSel.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.9.13
published over 1 year ago
Rankings
Dependent packages count: 13.7%
Forks count: 14.2%
Average: 21.5%
Dependent repos count: 23.9%
Downloads: 24.8%
Stargazers count: 30.9%
Maintainers (1)
Last synced:
11 months ago
conda-forge.org: r-plsvarsel
- Homepage: https://CRAN.R-project.org/package=plsVarSel
- License: GPL-2.0-or-later
-
Latest release: 0.9.4
published over 7 years ago
Rankings
Dependent repos count: 34.0%
Average: 42.6%
Dependent packages count: 51.2%
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- pls * depends
- MASS * imports
- MSQC * imports
- bdsmatrix * imports
- genalg * imports
- grDevices * imports
- graphics * imports
- mvtnorm * imports
- parallel * imports
- praznik * imports
- progress * imports
- stats * imports
- Rmpi * suggests