Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26k
-
I have been developing a custom estimator class that follows scikit-learn's estimator API. Up to scikit-learn version However, starting with scikit-learn version Is there an easy or recommended way to satisfy this new scikit-learn 1.6+ tagging API requirement without having to add scikit-learn itself as a dependency? For example, can I somehow provide the Tags class or a compatible substitute so my custom estimator passes the checks, but without fully depending on the scikit-learn package? |
BetaWas this translation helpful?Give feedback.