-
- Downloads
Modification of the score function. The score function now evaluates the...
Modification of the score function. The score function now evaluates the deviation between the predicted targets and the true ones. This is for convenience only because it allows then to use the distributing capacity of the cross_val module. The old score function is renamed with the more explicit name: `reduced_likelihood_function` (see eg the DACE documentation).
Showing
- examples/gpml/plot_gpml_regression.py 5 additions, 5 deletionsexamples/gpml/plot_gpml_regression.py
- scikits/learn/gpml/gaussian_process_model.py 53 additions, 33 deletionsscikits/learn/gpml/gaussian_process_model.py
- scikits/learn/tests/test_gpml.py 3 additions, 4 deletionsscikits/learn/tests/test_gpml.py
Loading
Please register or sign in to comment