https://github.com/jminnier/emrselect
Automated EMR feature selection
https://github.com/jminnier/emrselect
Last synced: about 2 months ago
JSON representation
Automated EMR feature selection
- Host: GitHub
- URL: https://github.com/jminnier/emrselect
- Owner: jminnier
- License: gpl-3.0
- Created: 2016-03-23T21:09:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T23:20:31.000Z (about 9 years ago)
- Last Synced: 2025-02-07T21:19:03.455Z (4 months ago)
- Language: R
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Installation
You can install this package from github:
```
library(devtools)
install_github("jminnier/emrselect")
```