Fix get_bob_tags to return default tags
1 unresolved thread
1 unresolved thread
Compare changes
+ 6
− 1
@@ -149,7 +149,12 @@ def get_bob_tags(estimator=None, force_tags=None):
When passing None
as estimator to get_bob_tags, returns the default tags.
This doesn't look right. https://scikit-learn.org/stable/developers/develop.html#estimator-tags
changed this line in version 2 of the diff
Ok, I'll only look at
_get_tags
.