Stabilizing Classifier

Stabilizing Classifier#

Functions to plot the training history of stabilizing classifier, and a bar graph of the number of label differences between two columns.

plot_training_history(history[, adt_key])

Plot the training history of a model, showing percent label change versus iteration.

plot_label_changes(adata, true_label_key, ...)

Plot the changes between true and predicted labels in an AnnData object.