Description Usage Arguments Value
Define the negative log-likelihood function to be maximised.
1 | log_reg_naive(w, x, y)
|
w |
matrix where the (i,j) element is number of matches player i has beaten player j. |
x |
feature matrix for training data. |
y |
output for training data. |
The negative log-likelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.