Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Numerical Columns splitting is not correct #2

@keckelt

Description

@keckelt

If there a value is present multiple times, the current algorithm may split at one of these values

The current algorithm does not conider values that occur multiple times and thus may split like:

  • Value: 70 Group A
  • Value: 72 Group A
  • Value: 72 Group A
  • Value: 72 Group A -------------------------
  • Value: 72 Group B
  • Value: 75 Group B

values should be binned like i did in matlab: https://gist.github.com/keckelt/f268ad0d99217c8a77fc7edd24ede461

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: wontfixThis will not be worked ontype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions