I am confused by results I received. The data is normalized to [0,1]. As I understand, the x values are for magnitude and must be in the interval of [0,1], but I receive thousands.
Check this image:

I use
df[column_name].value_counts().plot.hist
to make a plot.
Comments
Post a Comment