get_base_class_register#
- get_base_class_register(mixin=False, include_baseobjs=True)[source]#
Return register of object scitypes and base classes in sktime.
- Parameters:
- mixinbool, optional (default=False)
whether to return only full base classes (False) or only mixin classes (True)
- include_baseobjsbool, optional (default=True)
whether to include the BaseObject and BaseEstimator classes in the lookup
- Returns:
- registerlist of tuples
each tuple corresponds to a base class, elements as follows:
0 : string - scitype shorthand
1 : type - the base class itself
2 : string - plain English description of the scitype