You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I followed the tutorial of installation from the documentation and run the sample code. When i run using the docker container, the module ClassificationMetrics is missing. However, if vortex is built from scratch, we can import ClassificationMetrics properly.
To Reproduce
Steps to reproduce the behavior:
docker build --target=development -t vortex:dev .
run in python : from vortex.development.utils.metrics import ClassificationMetrics
the result is ImportError: cannot import name 'ClassificationMetrics'
Expected behavior
the ClassificationMetrics can be loaded properly from docker build
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I followed the tutorial of installation from the documentation and run the sample code. When i run using the docker container, the module ClassificationMetrics is missing. However, if vortex is built from scratch, we can import ClassificationMetrics properly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the ClassificationMetrics can be loaded properly from docker build
Screenshots
The text was updated successfully, but these errors were encountered: