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

Dependency Issue: 'sklearn' #17

Closed
lfpelison opened this issue Apr 13, 2021 · 2 comments
Closed

Dependency Issue: 'sklearn' #17

lfpelison opened this issue Apr 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@lfpelison
Copy link

Hi, Evidently Team! Thanks for the great package! Very very useful.

I had an issue installing evidently==0.1.14.dev0:

Traceback (most recent call last):
  File "main.py", line 8, in <module>
    from evidently.dashboard import Dashboard
  File "/usr/local/lib/python3.6/site-packages/evidently/dashboard/__init__.py", line 4, in <module>
    from .dashboard import Dashboard
  File "/usr/local/lib/python3.6/site-packages/evidently/dashboard/dashboard.py", line 17, in <module>
    from evidently.tabs.base_tab import Tab
  File "/usr/local/lib/python3.6/site-packages/evidently/tabs/__init__.py", line 8, in <module>
    from .classification_performance_tab import ClassificationPerformanceTab
  File "/usr/local/lib/python3.6/site-packages/evidently/tabs/classification_performance_tab.py", line 8, in <module>
    from evidently.widgets.class_ref_quality_metrics_widget import ClassRefQualityMetricsWidget
  File "/usr/local/lib/python3.6/site-packages/evidently/widgets/class_ref_quality_metrics_widget.py", line 11, in <module>
    from sklearn import metrics
ModuleNotFoundError: No module named 'sklearn'

I've already solved this by installing scikit-learn==0.23.2.

So, I don't know if this is a real bug and scikit needs to be a dependency of evidently or not. It's up to you!

😄

@emeli-dral emeli-dral added the bug Something isn't working label Apr 14, 2021
@emeli-dral
Copy link
Contributor

Hi @lfpelison , thank you for pointing this out!
This is definitely a bug, will be fixed in the next package.

@emeli-dral
Copy link
Contributor

fixed in evidently==0.1.15.dev0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants