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

Dashboard shows normalized data #190

Open
NauelSerraino opened this issue Jul 14, 2024 · 1 comment
Open

Dashboard shows normalized data #190

NauelSerraino opened this issue Jul 14, 2024 · 1 comment

Comments

@NauelSerraino
Copy link

minisom/dashboard.py

Lines 94 to 98 in 645da2e

if st.checkbox('Show input data (before normalization)'):
data_df['class'] = target
data_df['class'] = data_df['class'].replace(label_names)
st.write(data_df)
del data_df['class']

The data here are shown after the normalization:
image

So I would suggest:

  • Change the description OR
  • Change the data showed and actually print data before normalization (preferable IMHO)

I would be happy to work on it :)

@JustGlowing
Copy link
Owner

thanks for raising this issue, the dashboard is based on an old version of minisom and requires a series of updates. I'll put this in the todo list.

@JustGlowing JustGlowing changed the title Dashboard shows wrong input data Dashboard shows normalized data Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants