Skip to content

Normalizing labels #1

@sanchit97

Description

@sanchit97

I was trying to understand why did you normalize labels as follows:
y = 1.0*y tmp_no = numpy.sum(y) pno = (data_no + tmp_no) / 2 nno = (data_no - tmp_no) / 2 y[y>0] = y[y>0]/pno y[y<0] = y[y<0]/nno
Why did you chose (160+sum_of_labels)/2?`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions