Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to PyMC5 #47

Open
galenseilis opened this issue Aug 30, 2023 · 2 comments
Open

Port to PyMC5 #47

galenseilis opened this issue Aug 30, 2023 · 2 comments

Comments

@galenseilis
Copy link

Hi PyMC-Learn Devs,

It would be highly beneficial to my projects if pymc-learn was ported to PyMC5, which has some excellent features such as the recently-released do operator.

@twiecki
Copy link

twiecki commented Aug 30, 2023

What features of pymc-learn are you using?

@galenseilis
Copy link
Author

galenseilis commented Aug 30, 2023

@twiecki

Currently I am mostly using scikit-learn (and Keras/Tensorflow) for machine learning. With PyMC I am mostly building multi-level models currently, but I am hoping to move more towards using PyMC alongside ML to quantify the uncertainty in some of my predictions (e.g. resource demand forecasts).

So currently I am not using any of pymc-learn, but some of the things in it that I would like to use in a PyMC5 environment include

  • multi-layer perceptron
  • Dirichlet processes

I see for Gaussian processes that there is an example in the PyMC documentation, and there is also the package Gumbi that should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants