Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2699, comment 10


Ignore:
Timestamp:
04/24/17 18:35:46 (7 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2699, comment 10

    v2 v3  
    33 * There should be an option to scale the input variables (scaling should be active by default) (DONE)
    44 * RBF regression does not support noise. If there are duplicate x vectors, model building fails. An option would be to add a diagonal matrix to the gram matrix (leading to kernel ridge regression?) (DONE)
    5  * I have not found a source for the calculation of variance and LOO error
     5 * I have not found a source for the calculation of variance and LOO error (DONE, removed LOO calculation)
    66 * Don't know how to best unify covariance functions and kernel functions (there is some duplication) (DONE).
    77 * The calculation of the covariance matrix takes a lot of time (10x longer than the equivalent calculation when using an equivalent covariance matrix). I suspect that the reason is the rather general implementation for distance calculation. (DONE)