xarray-contrib / xskillscore

Metrics for verifying forecasts

Home Page:https://xskillscore.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xskillscore: Metrics for verifying forecasts

https://img.shields.io/readthedocs/xskillscore/stable.svg?style=flat

xskillscore is an open source project and Python package that provides verification metrics of deterministic (and probabilistic from properscoring) forecasts with xarray.

Installing

$ conda install -c conda-forge xskillscore

or

$ pip install xskillscore

or

$ pip install git+https://github.com/xarray-contrib/xskillscore

Documentation

Documentation can be found on readthedocs.

See also

  • If you are interested in using xskillscore for data science where you data is mostly in pandas.DataFrames's check out the xskillscore-tutorial
  • If you are interested in using xskillscore for climate prediction check out climpred.

History

xskillscore was orginally developed to parallelize forecast metrics of the multi-model-multi-ensemble forecasts associated with the SubX project.

We are indebted to the xarray community for their advice in getting this package started.

About

Metrics for verifying forecasts

https://xskillscore.readthedocs.io/en/stable/

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%