Giter Club home page Giter Club logo

kydlib's Introduction

KydLIB: Know Your Data Library

KydLIB is a Python module that provides tools for exploratory data analysis. It is specially designed to work with time series data typically obtained from process system engineering (PSE) applications, although it can also be useful for many types of data.

There are methods for analyzing and visualizing:

  • linear and nonlinear pair correlations;
  • autocorrelations;
  • signal-to-noise ratios;
  • multivariate Gaussianity.

For details on methodologies and application examples, see:

  • Melo et al. (2022): Open benchmarks for assessment of process monitoring and fault diagnosis techniques: A review and critical analysis. doi:10.1016/j.compchemeng.2022.107964.
  • Laarne et al. (2021): ennemi: Non-linear correlation detection with mutual information. doi:10.1016/j.softx.2021.100686.
  • Zhang et al. (2016): A Novel Strategy of the Data Characteristics Test for Selecting a Process Monitoring Method Automatically. doi:10.1021/acs.iecr.5b03525.
  • Feital and Pinto (2015): Use of variance spectra for in-line validation of process measurements in continuous processes. doi:10.1002/cjce.22219.

Installation

With pip

pip install kydlib

With conda

conda install -c conda-forge kydlib

Usage

Let's download a dataset from the Tennessee Eastman Process benchmark to serve as an example:

import pandas as pd

url = 'https://raw.githubusercontent.com/camaramm/tennessee-eastman-profBraatz/master/d00_te.dat'
df = pd.read_csv(url, delim_whitespace=True, header=None).iloc[:,:22]

To use KydLIB, we must instantiate a Study object providing the data to be analyzed:

import kydlib

s = kydlib.Study(df)

We are now ready to do the exploratory data analysis.

Lineplots

s.lineplot()

Scatterplots

s.scatterplot()

Linear and nonlinear correlations

s.corr_coef()
s.corr_coef_plot()

Autocorrelation

s.autocorrelation()
s.autocorrelation_plot()

Signal-to-noise ratio

s.signal_to_noise()
s.signal_to_noise_plot()

Multivariate Gaussianity

s.gaussianity()
s.gaussianity_plot()

Citing

If this package has helped you in your research, consider citing:

@article{melo_open_2022,
  title = {Open benchmarks for assessment of process monitoring and fault diagnosis techniques: A review and critical analysis},
  journal = {Computers \& Chemical Engineering},
  volume = {165},  
  pages = {107964},
  year = {2022},
  doi = {10.1016/j.compchemeng.2022.107964},
  author = {Melo, Afrânio and Câmara, Maurício M. and Clavijo, Nayher and Pinto, José Carlos}
}

kydlib's People

Contributors

afraniomelo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.