Library with routines for data-driven process monitoring.
Project description
BibMon
BibMon
(from the Portuguese Biblioteca de Monitoramento de Processos, or Process Monitoring Library) is a Python package that provides deviation-based predictive models for fault detection, soft sensing, and process condition monitoring.
For further information, please refer to the documentation or to the preprint of the scientific publication detailing BibMon
.
Installation
BibMon
can be installed using pip
:
pip install bibmon
Available Models
- PCA (Principal Component Analysis);
- ESN (Echo State Network);
- SBM (Similarity-Based Method);
- Autoencoders;
- any regressor that uses the
scikit-learn
interface.
Usage
Essentially, the library is used in two steps:
- In the training step, a model is generated that captures the relationships between variables in the normal process condition;
- In the prediction step, process data is compared to the model's predictions, resulting in deviations; if these deviations exceed a predefined limit, alarms are triggered.
Specifically, the implemented control charts are based on squared prediction error (SPE).
The examples in the notebooks/
directory demonstrate the main functionalities of BibMon
. The API reference can be generated using the Sphynx package from the files in the docs/
directory.
Features
The resources offered by BibMon
are:
- Application in online systems: a trained
BibMon
model can be used for online analysis with both individual samples and data windows. For each sample or window, a prediction is made, the model state is updated, and alarms are calculated. - Compatibility, within the same architecture, of regression models (i.e., virtual sensors, containing separate X and Y data, such as RandomForest) and reconstruction models (containing only X data, such as PCA).
- Preprocessing pipelines that take into account the differences between X and Y data and between training and testing stages.
- Possibility of programming different alarm logics.
- Easy extensibility through inheritance (there is a class called
GenericModel
that implements all the common functionality for various models and can be used as a base for implementing new models). For details, consult theCONTRIBUTING.md
file. - Convenience functions for performing automatic offline analysis and plotting control charts.
- Real and simulated process datasets available for importing.
- Comparative tables to automate the performance analysis of different models.
- Automatic hyperparameter tuning.
Contributing
BibMon is an open-source project driven by the community. If you would like to contribute to the project, please refer to the CONTRIBUTING.md file.
The package originated from research projects conducted in collaboration between the Chemical Engineering Program at COPPE/UFRJ and the Leopoldo Américo Miguez de Mello Research Center (CENPES/Petrobras).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bibmon-1.1.1.tar.gz
.
File metadata
- Download URL: bibmon-1.1.1.tar.gz
- Upload date:
- Size: 4.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2cd59ca1b1b32224e03a3a610f0ced3d15bb3f459835d652c147ecf12439529 |
|
MD5 | 5662112f335c9aa68a4622778b670ed2 |
|
BLAKE2b-256 | 88280261ecfd1a7f40b2d899864ea54c0c85a6cd9075c227968303abc90fdf90 |
File details
Details for the file bibmon-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: bibmon-1.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2275f8f5860218a9010b91ca3e024f7cd96874260576261bc0dcef67ac441f5 |
|
MD5 | b38f7334602967390fbb610edc790a9b |
|
BLAKE2b-256 | a40cfd4c0157510391fcdaf61d697342197f209a680013566d1e204bb3db5dda |