GAA-UAM / scikit-fda

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

Feature/concurrent regression #531

Closed rafa9811 closed 8 months ago

rafa9811 commented 1 year ago

Functional response with multivariate and concurrent covariates. Some fixes in linear regression with scalar response. Tests and examples.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (fe6a369) 86.17% compared to head (a020784) 86.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #531 +/- ## =========================================== + Coverage 86.17% 86.27% +0.09% =========================================== Files 149 149 Lines 11764 11912 +148 =========================================== + Hits 10138 10277 +139 - Misses 1626 1635 +9 ``` | [Files](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM) | Coverage Δ | | |---|---|---| | [skfda/ml/regression/\_coefficients.py](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvbWwvcmVncmVzc2lvbi9fY29lZmZpY2llbnRzLnB5) | `90.38% <100.00%> (-1.62%)` | :arrow_down: | | [skfda/tests/test\_regression.py](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvdGVzdHMvdGVzdF9yZWdyZXNzaW9uLnB5) | `99.67% <100.00%> (+0.07%)` | :arrow_up: | | [skfda/ml/regression/\_linear\_regression.py](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvbWwvcmVncmVzc2lvbi9fbGluZWFyX3JlZ3Jlc3Npb24ucHk=) | `96.70% <95.41%> (-1.38%)` | :arrow_down: | | [skfda/misc/\_math.py](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvbWlzYy9fbWF0aC5weQ==) | `81.29% <53.84%> (-3.21%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/GAA-UAM/scikit-fda/pull/531/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.