Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric boundaries for states #36

Open
gnopik opened this issue May 29, 2024 · 2 comments
Open

Numeric boundaries for states #36

gnopik opened this issue May 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gnopik
Copy link
Contributor

gnopik commented May 29, 2024

Numeric boundaries are formed wrong for the states of input variables that have a limited number of unique values, which results in some missing and some 'overcrowded' scenarios:
image

Here is how the issue was solved in matlab:
image

@tupui tupui added the bug Something isn't working label May 30, 2024
@gnopik
Copy link
Contributor Author

gnopik commented Sep 6, 2024

Some are already ok after the categorical fix, but some are still wrong:
hype.csv - first two variables are outputs, no NaNs
hype.csv

How the dashboard shows it

image

How it should be

image

@gnopik
Copy link
Contributor Author

gnopik commented Sep 18, 2024

Another example where the dashboard defines states for the categorical variable wrong, misclassifying portions of data resulting in NaN scenarios (but no NaNs in the data).
[converting [1 2 3 4 5] to [1000 2000 3000 4000 5000] did not help]
image
data10.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants