Skip to main content

Package to teach chemometrics in the context of fermentation processes

Project description

dtu.prosys

About this project 🚀

This project intends to be a didactic tool to teach spectroscopy and chemometrics in the context of fermentation technology. During my studies, I often felt that many courses were theory-based only due to the limited access to real-world data. For this reason, I have decided to distribute the data I generated during my studies hoping to improve the learning experience of future students.

This module contains:

  • Training data (spectra of different samples and the glucose concentration).
  • Fermentation spectra (spectra measured in real-time every minute).
  • Fermentation HPLC data (measured off-line every hour).
  • Common preprocessing operations used in chemometrics.
  • Workflow to train partial least squares (PLS) models.
  • Plotting functions for time-series and spectral data.

These functions can be used as a starting point for the, but more advanced users are encouradged to explore other packages to play with this data (e.g., scikit-learn, or scipy).

About the data 📈

This project provides two datasets (a training and a validation set). Both data sets were recorded at the Technical University of Denmark, at the PROSYS research center (department of Chemical and Biochemical engineering) during 2019. More information about the dataset can be found in the following article Transforming data to information: A parallel hybrid model for real-time state estimation in lignocellulosic ethanol fermentation

The training set

The training set contains the spectra of 20 semi-synthetic samples and their reference glucose concentration measured with high performance liquid chromatography (HPLC). The spectra were measured using attenuated total refractance mid infrared (ATR-MIR) spectroscopy.

Validation set

The validation contains spectra measured every minute during a lignocellulose to ethanol fermentation. These spectra were collected in real-time using the same ATR-MIR instrument, connected to a flow-cell. Moreover, the extracellular concentrations of glucose, xylose, ethanol, furfural and acetic acid were also measured every hour using HPLC.

Installation 💻

Dependencies

This project is build targetting Python >= 3.7 to ensure compatibility with Google Colab.

User installation pip

pip install -U dtuprosys

Quick start 🏁

A complete example of can be found in the example.ipynb. The raw data can be conviniently accessed using as the following commands:

from dtuprosys.datasets import load_train_data, load_fermentation_data

to access the training data

train_spectra, train_hplc = load_train_data()

to access the validation data:

fermentation_spectra, fermentation_hplc = load_fermentation_data()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fermentools-0.1.5.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

fermentools-0.1.5-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page