-
Notifications
You must be signed in to change notification settings - Fork 30
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
what's the x and y? #1
Comments
It seems (to me) the comment in
Maybe the comment can be modified as follows:
where p(x) and q(x) denote the test/train distributions on the same random variable X.
I think
Once the parameters are learned from samples using See also: http://www.jmlr.org/papers/volume10/kanamori09a/kanamori09a.pdf. |
This should be a lot clearer in the code now. To answer the above questions, suppose you have |
An excellent package for Density Ratio Estimation, but for a greener, how to get the x, y variables confused me. For example, with a train data and test data, the x means a sample in train data? the y means a sample in test data? If so, how can we get a y that associated with x ?
The text was updated successfully, but these errors were encountered: