nci / scores

Metrics for the verification, evaluation and optimisation of forecasts, predictions or models.
https://scores.readthedocs.io/
Apache License 2.0
59 stars 15 forks source link

Experimental Fractions Skill Score computation with rust #270

Open nikeethr opened 5 months ago

nikeethr commented 5 months ago

Parent issue: #188

Currently the rust implementation (although mostly complete) is lumped together in an example in #266

This issue is to separate out rust experimental fss score computation into it's own branch/PR, for easier review & tracking.

Note: as this feature is experimental it, it's PR should merge against the experimental branch.

nikeethr commented 5 months ago

PR here #273