Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] export key objects at root #113

Closed
wants to merge 1 commit into from
Closed

[ENH] export key objects at root #113

wants to merge 1 commit into from

Conversation

fkiraly
Copy link
Contributor

@fkiraly fkiraly commented Jan 14, 2023

This PR adds exports at skbase root level, for BaseObject, BaseMetaObject, BaseEstimator, and all_objects.

Fixes #110

Of course it's worth discussing whether we want this, first (in #110)

@fkiraly
Copy link
Contributor Author

fkiraly commented Jan 14, 2023

Arrrghhhhh same test failure as per #114
and this time I don't even know where I would have to add the expected function in the config...

@RNKuhns
Copy link
Contributor

RNKuhns commented Jan 14, 2023

@fkiraly I personally am not a fan of having things exportable from multiple public facing modules (e.g., skbase.base or skbase.lookup and also skbase). To me it creates ambiguity in expected usage by our (eventual) downstream users.

@fkiraly
Copy link
Contributor Author

fkiraly commented Jan 14, 2023

alright then. Let's keep it as is if you feel that way - no too strong opinions.

@fkiraly fkiraly closed this Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] from skbase import BaseObject should work!
2 participants