Models

Utilities to evaluate and compare models associated with InsideForest.

Key functions

Example

from InsideForest import Models

models = Models()
summary = models.compare_models([
    ("baseline_rf", baseline_rf),
    ("insideforest", clf.model_),
], X_test, y_test)

Use these outputs alongside the metadata helpers and the reports from Labels.