pycaret.clustering.remove_metric#

pycaret.clustering.remove_metric(name_or_id: str)[source]#

Removes a metric used for evaluation.

Example

>>> from pycaret.datasets import get_data
>>> jewellery = get_data('jewellery')
>>> from pycaret.clustering import *
>>> exp_name = setup(data = jewellery)
>>> remove_metric('cs')
name_or_id: str

Display name or ID of the metric.

Returns:

None