Skip to content

[BUG] Apply 2 DFEncoder Fixes to Unified nv-morpheus/dfencoder Repo #342

Closed

Description

Describe the bug
There are two bugs that were discovered with the DFEncoder classes:

  1. When a column has all identical values, the standard deviation can be 0 causing a divide by 0 error in the scalar
  2. When the column reconstruction chooses _other as the most likely value, an index out of range error can occur since the column categories dont include _other by default.

Both of these bugs have already been fixed internally. The fixes need to be applied and tested to the new repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    • Status

      Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions