This repository contains the code and dataset to reproduce the results for the machine learning classification task of aldehyde nanopore sensing. The provided Jupyter Notebook demonstrates the entire process, from data loading to model evaluation, using a dataset called dataset.csv
.
- Clone the repository:
git clone https://github.com/allybo/aldehyde_nanopore_sensing.git cd aldehyde_nanopore_sensing
- Install dependencies:
pip install joblib pandas numpy scikit-learn matplotlib
- Launch Jupyter Notebook:
jupyter notebook
- Open and run
model_training_and_evaluation.ipynb
.