Rhodium icon indicating copy to clipboard operation
Rhodium copied to clipboard

Python Library for Robust Decision Making and Exploratory Modelling

Results 16 Rhodium issues
Sort by recently updated
recently updated
newest added

edited code based on the reference ; https://docs.python.org/3/library/inspect.html

Dear David Hadka, Hello ! I try to reach to you through e-mail from research paper. But i could not reach you so I write this article here. Now I...

return (max_P, utility, intertia, reliability). -> inertia

I have been helping a student run the Eijgenraam example and built a conda environment to install required packages. It's available at https://github.com/jdossgollin/conda-envs/blob/master/environments/rhodium.yml. First I tried running python 3.6, but...

Reference documentation for model class, visualization, sampling, robustness evaluation and classification.

When using Jupyter Notebooks in a new Conda Environment (as to ensure I have Python 3.5), it defaults to using the system's Python version instead of the Conda environment. Thus,...

After installing Rhodium in a new venv, scikit-learn seems to be needed when importing everything. Thanks

Add the [triangular distribution](https://en.wikipedia.org/wiki/Triangular_distribution) to the set of available uncertainties. Example usage of the new feature: ```python """Demonstrate new trianguar distribution feature in Rhodium.""" import numpy as np import matplotlib.pyplot...