GithubHelp home page GithubHelp logo

mayur1009 / imputetestbench Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neerajdhanraj/imputetestbench

0.0 0.0 0.0 2.74 MB

Test Bench for Missing Data Imputing Models/Methods Comparison

JavaScript 17.00% R 80.92% CSS 2.09%

imputetestbench's Introduction

imputeTestbench

Neeraj Bokde, [email protected], Marcus W. Beck, [email protected]

Travis-CI Build Status

AppVeyor Build Status

Downloads from the RStudio CRAN mirror

This is the development repository for the imputeTestbench package. This package provides a testbench for comparing imputation methods for missing data in univariate time series.

The development version of this package can be installed from GitHub:

install.packages('devtools')
library(devtools)
install_github('neerajdhanraj/imputeTestbench', ref = 'development')

The current release can be installed from CRAN:

install.packages('imputeTestbench')

Basic use

The core function is impute_errors(). See the help documentation for more details.

library(imputeTestbench)
a <- impute_errors(data = nottem)
a
## $Parameter
## [1] "rmse"
## 
## $MissingPercent
## [1] 10 20 30 40 50 60 70 80 90
## 
## $na.approx
## [1]  0.9126667  1.3668795  1.8426935  2.6618272  3.7385688  5.3712847  6.5980827
## [8]  8.3407465 10.6986736
## 
## $na.interp
## [1]  0.8216307  1.1131238  1.3823202  1.6205857  1.9014233  2.1002091  2.3966999
## [8]  2.7278460 10.6986736
## 
## $na_interpolation
## [1]  0.9126667  1.3668795  1.8426935  2.6618272  3.7385688  5.3712847  6.5980827
## [8]  8.3407465 10.6986736
## 
## $na.locf
## [1]  1.855190  2.695737  3.893174  5.240849  6.308034  7.714301  9.331696
## [8] 10.843248 11.918100
## 
## $na_mean
## [1] 2.671651 3.911746 4.634842 5.311242 6.116699 6.695346 7.128735 7.659977
## [9] 8.498380
plot_errors(a, plotType = 'line')

Citation

Neeraj Bokde and Marcus W. Beck (2016). imputeTestbench: Test Bench for the comparison of imputation methods. R package version 3.0. http://www.neerajbokde.com/cran/imputetestbench

Bug reports

Please submit any bug reports (or suggestions) using the issues tab of the GitHub page.

License

This package is released in the public domain under the creative commons license CC0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.