Skip to content

[BUG] ClassificationMetrics not found when building using docker #118

Description

@kurnianggoro

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:

  1. docker build --target=development -t vortex:dev .
  2. run in python : from vortex.development.utils.metrics import ClassificationMetrics
  3. the result is ImportError: cannot import name 'ClassificationMetrics'

Expected behavior
the ClassificationMetrics can be loaded properly from docker build

Screenshots

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions