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

Effect of normalization #16

Open
simsong opened this issue Jan 22, 2018 · 0 comments
Open

Effect of normalization #16

simsong opened this issue Jan 22, 2018 · 0 comments

Comments

@simsong
Copy link

simsong commented Jan 22, 2018

From @sabu3 on March 4, 2016 9:27

When I use L1R_LR, a discrimination ratio changes depending on a normalization method.
I tried two normalization method.

  1. Centering(Subtract average from each data)
    Quick implementation, but discrimination ratio is below.
  2. Normalize data with N(0,1).
    Long implementation, but discrimination ratio is higher than 1.

I read the program, but I did not find a reason.

Copied from original issue: cjlin1#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant