Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

ENH: Implement squared exponential covariance function #261

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhlegarreta
Copy link
Collaborator

Implement squared exponential covariance function.

Implement squared exponential covariance function.
Copy link

codecov bot commented Dec 8, 2024

Codecov Report

Attention: Patch coverage is 39.47368% with 23 lines in your changes missing coverage. Please review.

Project coverage is 64.18%. Comparing base (f10fc12) to head (77968f3).

Files with missing lines Patch % Lines
src/eddymotion/model/gpr.py 39.47% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
- Coverage   66.24%   64.18%   -2.06%     
==========================================
  Files          19       19              
  Lines         942      980      +38     
  Branches      119      122       +3     
==========================================
+ Hits          624      629       +5     
- Misses        274      308      +34     
+ Partials       44       43       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oesteban
Copy link
Member

I believe we want to leverage sklearn's composition of kernels on this one (and kill to birds with one stone)

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants