Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.metrics.tabular.CSTest.get_subclasses

classmethod CSTest.get_subclasses(include_parents=False)

Recursively find subclasses of this metric.

If include_parents is passed as True, intermediate child classes that also have subclasses will be included. Otherwise, only classes without subclasses will be included to ensure that they are final implementations and are ready to be run on data.

Parameters

include_parents (bool) – Whether to include subclasses which are parents to other classes. Defaults to False.