rgnoisefilt

Elimination of Noisy Samples in Regression Datasets using Noise Filters

https://github.com/juanmartinsantos/rgnoisefilt

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

r-package regression
Last synced: 6 months ago · JSON representation

Repository

Elimination of Noisy Samples in Regression Datasets using Noise Filters

Basic Info
  • Host: GitHub
  • Owner: juanmartinsantos
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 5.96 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
r-package regression
Created over 2 years ago · Last pushed 9 months ago
Metadata Files
Readme

README.md

version total_downloads Downloads Coverage Status <!-- to hide-->

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

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

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 390 Last month
Rankings
Dependent packages count: 28.0%
Dependent repos count: 36.5%
Average: 50.2%
Downloads: 86.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

pkg/regfilter/DESCRIPTION cran
  • 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