Abstract: The confusion matrix is a key tool for understanding and evaluating models in supervised classification problems. Various matrices are proposed depending on the problem framework: ...
public_version/ ├── cell_classfication/ # Cell classification module │ ├── train.py # Train cell classification model │ ├── pred_cell_label.py # Predict cell labels │ ├── get_data.py # Data loading ...