get_obj_scitype_list#

get_obj_scitype_list(mixin=False, include_baseobjs=True, return_descriptions=False)[source]#

Return list of object scitype shorthands 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

return_descriptionsbool, optional (default=False)

whether to return descriptions along with scitype shorthands

Returns:
scitype_listlist of string or list of tuple

elements are scitype shorthands. If return_descriptions is False, elements are strings. If return_descriptions is True, elements are pairs of strings, where the first element is the scitype shorthand and the second is the description.