Quickstart#

fit_models(img_info_df[, random_state, savefig])

Fits all models from the input info of image sets.

fit_model(img_set_path, output_path, ...[, ...])

Fits VAMPIRE model to one image set.

transform_datasets(img_info_df[, write_csv, ...])

Applies all models from the input info of image sets.

transform_dataset(img_set_path, model_path, ...)

Apply VAMPIRE model to one image set.

Implementation Details#

_check_char(text[, input_type])

Checks if path contains characters prohibited by the operating system.

_parse_filter_info(filter_info)

Parse optional column(s) of input DataFrame to fit_models and apply_models.