An open API service indexing awesome lists of open source software.

https://github.com/climateimpactlab/open-estimate

Crowd-Sourcing Model Aggregation Library
https://github.com/climateimpactlab/open-estimate

risingverse

Last synced: 2 months ago
JSON representation

Crowd-Sourcing Model Aggregation Library

Awesome Lists containing this project

README

          

open-estimate
=============

.. image:: https://travis-ci.org/ClimateImpactLab/open-estimate.svg?branch=master
:target: https://travis-ci.org/ClimateImpactLab/open-estimate

Crowd-Sourcing Model Aggregation Library

Installation
------------

This library depends on numpy and scipy. In addition, to use Mean-Size hierarchical sampling, the emcee library must be installed

If the source is available in the current working directory, install this package with::

pip install .

or ``pip install . -e`` if you would like to edit the code locally.

You can install this package directly from its github repo with ``pip install git+https://github.com/ClimateImpactLab/open-estimate.git``

Full Documentation can be found `here `_.

``bottleneck`` is an optional dependency, improving the performance of some functions.