Carlos Ramos Carreño

Results 86 issues of Carlos Ramos Carreño

It seems that current Omniboard version does not visualize artifacts that are SVG images. Could this functionality be added?

The linear differential operator class present several shortcomings: - It only allows unidimensional input. - It is old and hacky and does not use recent improvements. - It is slow...

ANOVA is slow for FDataBasis causing unnecessary slowdowns in tests, due to the fine grid used for GP generation. Consider generating GPs directly in basis form if possible, to achieve...

bug

### Discussed in https://github.com/GAA-UAM/scikit-fda/discussions/460 Originally posted by **ecavan** July 12, 2022 Having trouble saving the trained mode, "Can't pickle

**Is your feature request related to a problem? Please describe.** It is often the case where the observations do not consist only of one function. Instead, observations can consist of...

enhancement

- [ ] Implement kernel regression as in Nonparametric Functional Data Analysis (from Ferraty and Vieu). - [ ] Unify the smoothing and kernel regression modules as much as possible...

enhancement

I open this issue to discuss missing functionality from the `fda` package. I will only put here the missing parts. In the wiki there is the full comparative. # General...

Maybe describe the FDataGrids by the dimensions of their internal matrices is not too clear (also used in other parts of the documentation). _Originally posted by @pablomm in https://github.com/GAA-UAM/scikit-fda/pull/179_

Study the addition of the following types of regularization: - Lasso (L1) - ElasticNet - Lp regularization

enhancement