This repository contains analytics for the experimental ordor dataset I created using the hybrid-electronic nose designed as an aiding device for non-invasive diaganosis. I published an IEEE research article as a main author based on this device and the code used for the analytics of the dataset can be found in this repo. For the published article, please refer to https://ieeexplore.ieee.org/document/9495905.
docker build --progress tty -t data-analysis-ci:latest .
docker container run -p 8888:8888 --name data_analysis_ci --rm -it -v ${pwd}:/app data-analysis-ci:latest bash
jupyter notebook --allow-root --ip 0.0.0.0 --port 8888