Load Model Module

This is a module to facilitate loading of models already trained. For an example, see the tutorial

mlbugdetection.load_models.load_models_path()[source]

Loads MPLClassifer and the KNN models paths trained with the Breast Cancer classification Dataset

Return type

Sklearn MPLClassifier and KNN models