maxentropy
maxentropy copied to clipboard
Maximum entropy and minimum divergence models in Python
According to [this page](https://github.com/scikit-learn/sklearn-pypi-package), and deprecation _error_ occurring when I try to run tests on a package using maxentropy, **sklearn should not be listed as a requirement anymore, but instead...
Hi, When I run your example for truncated Gaussian, I always get this error. It seems like an issue with indentation but very hard to spot. can you please help....
For the truncated Gaussians notebook, the line for target_expectations seems wrong. You are using: target_expectations = [f0(mv).mean(), f1(mv).mean()] when you only want the second constraint to be 1, not the...
Hello, I'm not sure if this is the best place for such a discussion, but I am having issues with divergence and wonder if it stems from how I have...
I think this is probably related to #5. When I try to use the `ConditionalModel` class, I get `TypeError: __init__() missing 2 required positional arguments: 'features' and 'samplespace'` from the...