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

Fix submodules #57

Closed
itaitzruia4 opened this issue Apr 24, 2023 · 0 comments
Closed

Fix submodules #57

itaitzruia4 opened this issue Apr 24, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@itaitzruia4
Copy link
Collaborator

Currently, when importing, for instance, a SimpleIndividualEvaluator, it is imported like this:

from eckity.evaluators.simple_individual_evaluator import SimpleIndividualEvaluator

It would be more convenient to import it like so:

from eckity.evaluators import SimpleIndividualEvaluator

I assume that this will require changes in the setup.py script, I'm adding the setup.py script in sklearn for guidance:
https://github.com/scikit-learn/scikit-learn/blob/main/setup.py

@itaitzruia4 itaitzruia4 added the help wanted Extra attention is needed label Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant