Skip to content

Dashboard shows normalized data #190

Open
@NauelSerraino

Description

@NauelSerraino

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 :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions