Code Monkey home page Code Monkey logo

sandy4321 / oddwater Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pridiltal/oddwater

0.0 1.0 0.0 802 KB

A feature-based procedure for detecting technical outliers in water-quality data from in situ sensors ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆโ˜”๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ

Home Page: https://www.monash.edu/business/ebs/research/publications/ebs/wp01-2019.pdf

R 100.00%

oddwater's Introduction

oddwater

Project Status: WIP ? Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Licence


minimal R version CRAN_Status_Badge packageversion DOI


Last-changedate

Build Status

oddwater

Outliers due to technical errors in water-quality data from in situ sensors can reduce data quality and have a direct impact on inference drawn from subsequent data analysis. Here, we proposed an automated framework that provides early detection of outliers in water-quality data from in situ sensors caused by technical issues. The framework was used first to identify the data features that differentiate outlying instances from typical behaviours. Then statistical transformations were applied to make the outlying instances stand out in transformed data space. Unsupervised outlier scoring techniques were then applied to the transformed data space and an approach based on extreme value theory was used to calculate a threshold for each potential outlier.

In this work we showed that our proposed framework, with carefully selected data transformation methods derived from data features, can greatly assist in increasing the performance of a range of existing outlier detection algorithms.

This package is still under development and this repository contains a development version of the R package oddwater.

Installation

You can install oddwater from github with:

# install.packages("devtools")
devtools::install_github("pridiltal/oddwater")

Illustrative Example

Data obtained from in situ sensors at Sandy Creek.

library(tidyverse)
library(oddwater)
data("data_sandy_anom")
head(data_sandy_anom)
#>         Timestamp Level   Cond   Tur label_Level label_Cond label_Tur
#> 1 12/03/2017 1:00 0.636 326.34 34.47           0          0         0
#> 2 12/03/2017 2:30 0.636 326.63 34.06           0          0         0
#> 3 12/03/2017 4:00 0.635 327.00 33.39           0          0         0
#> 4 12/03/2017 5:30 0.633 327.31 32.61           0          0         0
#> 5 12/03/2017 7:00 0.634 327.81 33.34           0          0         0
#> 6 12/03/2017 8:30 0.631 328.70 32.22           0          0         0
#>   type_Level type_Cond type_Tur
#> 1          0         0        0
#> 2          0         0        0
#> 3          0         0        0
#> 4          0         0        0
#> 5          0         0        0
#> 6          0         0        0

Shiny App

oddwater::explore_data()

oddwater's People

Contributors

pridiltal avatar

Watchers

James Cloos avatar

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.