BoostedDecisionTreeDiagnostic#

class protopipe.benchmarks.BoostedDecisionTreeDiagnostic[source]#

Bases: object

Class 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

classmethod plot_error_rate(ax, model, data_scikit, **kwargs)[source]#

Diagnostic plot showing error rate as a function of the specialisation

classmethod plot_tree_error_rate(ax, model, **kwargs)[source]#

Diagnostic plot showing tree error rate