confusionflow.logging

class confusionflow.logging.Fold(data, foldId, dataset_config)

A Fold is a subset of your dataset

class confusionflow.logging.Run(runId, folds, trainfoldId)

Run is a simple wrapper for simplifying the logging of an experiment.