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
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