rgnoisefilt
Elimination of Noisy Samples in Regression Datasets using Noise Filters
Science Score: 23.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
Links to: sciencedirect.com, ieee.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Keywords
Repository
Elimination of Noisy Samples in Regression Datasets using Noise Filters
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
rgnoisefilt
The rgnoisefilt package adapts classic and recent filtering techniques for use in regression problems, and it also incorporates methods specifically designed for regression data (Martin et al. 2021, Arnaiz-Gonzalez et al. 2014).
The current release version can be found on CRAN or can also be downloaded using the commands below:
Install in R from CRAN:
r
install.packages('rgnoisefilt')
Install in R from GitHub:
```r install.packages("devtools")
devtools::install_github("juanmartinsantos/rgnoisefilt/pkg/rgnoisefilt") ```
Documentation:
Detailed documentation can be found here
Cite:
If you use rgnoisefilt please cite:
Martín J. and Sáez J.A. and Corchado E. (2024). Tackling the problem of noisy IoT sensor data in smart agriculture: Regression noise filters for enhanced evapotranspiration prediction. Expert Systems with Applications, 237(Part B), 121608.
Owner
- Name: Juan Martín
- Login: juanmartinsantos
- Kind: user
- Website: https://linktr.ee/juanmartinwebs
- Twitter: juanmartin1124
- Repositories: 3
- Profile: https://github.com/juanmartinsantos
Data Scientist
GitHub Events
Total
- Issues event: 1
- Push event: 9
Last Year
- Issues event: 1
- Push event: 9
Packages
- Total packages: 1
-
Total downloads:
- cran 390 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: rgnoisefilt
Elimination of Noisy Samples in Regression Datasets using Noise Filters
- Homepage: https://github.com/juanmartinsantos/rgnoisefilt
- Documentation: http://cran.r-project.org/web/packages/rgnoisefilt/rgnoisefilt.pdf
- License: GPL (≥ 3)
-
Latest release: 1.1.3
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.2.0 depends
- FNN * imports
- UBL * imports
- arules * imports
- e1071 * imports
- entropy * imports
- gbm * imports
- ggplot2 * imports
- infotheo * imports
- modelr * imports
- nnet * imports
- randomForest * imports
- rpart * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests