You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyMC is a python library that tries to fit bayesian models with Markov Chain Monte Carlo. BARN essentially fits that mold, so it would be instructive and potentially useful to port barmpy to that ecosystem. PyMC is a different approach from sklearn, however, so there may be a bit of learning curve. Some good first steps:
Related but possibly distinct would be using PyMC or another backend to handle all the MCMC stepping. This requires having sufficient control over the process to do the neural network proposal, training, and acceptance. But it may simplify future development and take advantage of available improvements. It was previously important to implement and fully understand myself, but as barmpy matures, it's likely more valuable to use the best possible tools where possible.
PyMC is a python library that tries to fit bayesian models with Markov Chain Monte Carlo. BARN essentially fits that mold, so it would be instructive and potentially useful to port
barmpy
to that ecosystem. PyMC is a different approach fromsklearn
, however, so there may be a bit of learning curve. Some good first steps:BARN
to PyMC, using PyMC-BART as a starting pointBARN
, keepingsklearn
compatibility.The text was updated successfully, but these errors were encountered: