parsing-science / pymc3_models

Apache License 2.0
157 stars 24 forks source link

Pass `inference_args` as **kwargs #14

Closed rlouf closed 2 years ago

rlouf commented 6 years ago

I was wondering if, instead of passing a inference_args dictionnary we could simply pass the inference arguments as kwargs? I have done that in an internal library at work and it makes the library much easier to use. Just an idea.