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
- Host: GitHub
- URL: https://github.com/climateimpactlab/open-estimate
- Owner: ClimateImpactLab
- License: gpl-3.0
- Created: 2016-09-06T17:45:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T14:35:50.000Z (about 3 years ago)
- Last Synced: 2025-09-10T03:52:47.685Z (7 months ago)
- Topics: risingverse
- Language: Python
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.