pybasicbayes
pybasicbayes copied to clipboard
So the distinction between Model and Distribution is confusing for very simple models (e.g., sometimes a Gaussian _is_ the model; you want to .add_data to that.). What about a class...
Just two quick thoughts: - It looks like `bayes` is abandoned on PyPI. I wonder if you might grab that? - Also, what about ".traits" or ".mixins" instead of ".abstractions"?
So I just tried `pip install -e .` to get an editable version of the package from within the cloned repo and got back the following error: ``` Complete output...
The package can't be installed via Poetry because of the following error: `AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'`