Get estimator tags.
BaseEstimator
provides the estimator tags machinery. However, if an estimator does not inherit from this base class, we should fall-back to the default tags.
For scikit-learn built-in estimators, we should still rely on self.__sklearn_tags__()
. get_tags(est)
should be used when we are not sure where est
comes from: typically get_tags(self.estimator)
where self
is a meta-estimator, or in the common checks.
Added in version 1.6.
The estimator from which to get the tag.
Tags
The estimator tags.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4