AlexRodis / bayesian-models

A small library build on top of `pymc` that implements many common models
Apache License 2.0
0 stars 0 forks source link

#57 Predict raises `TypeError` #59

Closed AlexRodis closed 1 year ago

AlexRodis commented 1 year ago

57 Using predict even with rudimentary datasets and both default inputs as well as explicit ones raises TypeError

AlexRodis commented 1 year ago

Issue was arising from the interval dependency. Seems the corrent dependency pyinterval got swaped accidentaly during development. Note both of these packages are poorly maintained