causallib.metrics.get_scorer_names#

get_scorer_names(score_type='all')[source]#

Get the name of all available scorers. These names can be passed to causallib.metrics.get_scorer to retrieve a scorer object.

Parameters:

score_type (str) – any of {“all”, “propensity”, “weight”, “outcome”}. Returns only scorers relevant to the score_type type of model.

Returns: