BoostedDecisionTreeDiagnostic¶
-
class
protopipe.mva.BoostedDecisionTreeDiagnostic[source]¶ Bases:
objectClass producing diagnostic plot for the BDT method
Methods Summary
plot_error_rate(ax, model, data_scikit, **kwargs)Diagnostic plot showing error rate as a function of the specialisation
plot_tree_error_rate(ax, model, **kwargs)Diagnostic plot showing tree error rate
Methods Documentation