Implemented inference experiment interface
Class InferenceExperiment
loads data, extracts features and labels, trains a classifier, and predicts labels on a held-out set. Currently only functionality from skimage
and sklearn
is supported, but the class supports modular extension and easy configuration via an external file (inference.ini
).