GETTING STARTED
ADVANCED FEATURES
sklr.base
sklr.datasets
ADDITIONAL INFORMATION
sklr.base.
is_label_ranker
Return True if the given estimator is a label ranker.
True
estimator (object) – The estimator object to test.
out – True if estimator is a label ranker and False otherwise.
estimator
False
bool