v0.8.2
v0.8.2 adds some robustness features to optimization. Changes in detail include:
- The
looph
loss function has a slightly different form, and theboundary_scale
parameter now defaults to3.0
and should not be set lower. - The documentation for all loss functions is improved.
- There is a new
DownSampleScale
variance scale parameter whose optimization method uses the analytic form, but downsamples neighborhoods across several rounds and returns the median in an attempt to avoid influence from outliers in the training data.
What's Changed
- corrected and streamlined some MuyGPs function documentation. [skip ci] by @bwpriest in #199
- added downsampling scale class for robustness. by @bwpriest in #200
- updated looph to new form and improved loss documentation. by @bwpriest in #201
- unitless looph implementation by @bwpriest in #202
- updated .readthedocs.yaml to meet new RTD requirements [skip ci] by @bwpriest in #203
- fixed some documentation errors for loss functions [skip ci] by @bwpriest in #204
- release 0.8.2 prep by @bwpriest in #205
Full Changelog: v0.8.1...v0.8.2