GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
300 stars 54 forks source link

Kernel Regression and Hat Matrix #417

Closed ElenaPetrunina closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #417 (f8a4ff0) into develop (55c7a48) will increase coverage by 0.05%. The diff coverage is 90.47%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #417      +/-   ##
===========================================
+ Coverage    80.19%   80.25%   +0.05%     
===========================================
  Files           90       92       +2     
  Lines         7151     7218      +67     
===========================================
+ Hits          5735     5793      +58     
- Misses        1416     1425       +9     
Impacted Files Coverage Δ
...ction/feature_extraction/_per_class_transformer.py 87.50% <ø> (ø)
skfda/misc/lstsq.py 72.97% <25.00%> (-4.17%) :arrow_down:
skfda/misc/hat_matrix.py 88.75% <88.75%> (ø)
skfda/preprocessing/smoothing/_kernel_smoothers.py 94.11% <94.11%> (ø)
skfda/ml/regression/_kernel_regression.py 95.83% <95.83%> (ø)
skfda/preprocessing/smoothing/validation.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 55c7a48...f8a4ff0. Read the comment docs.