GAA-UAM / scikit-fda

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

Add explicit validation in scoring functions #606

Open vnmabus opened 8 months ago

vnmabus commented 8 months ago

Motivation

Currently the functions in scoring do not have explicit validation of the parameters, even when they assume similar grids or basis. We should probably validate that explicitly.

Desired functionality

Do explicit call to validation functions in the scoring functions.

Alternatives

No response

Additional context

No response