Skip to content

Commit

Permalink
[ENH] Creating a new Bayesian Regressor with PyMC as a backend (#358)
Browse files Browse the repository at this point in the history
#### Reference Issues/PRs
#7

#### What does this implement/fix? Explain your changes.
This PR implements a Bayesian Linear Regressor with PyMC as a
backend

#### Does your contribution introduce a new dependency? If yes, which
one?
Yes - it depends on PyMC family: PyMC itself, XArray and ArviZ
  • Loading branch information
meraldoantonio authored Nov 16, 2024
1 parent a478466 commit 09cd723
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@
"avatar_url": "https://avatars.githubusercontent.com/u/37468543?v=4",
"profile": "https://github.com/meraldoantonio",
"contributions": [
"bug"
"bug",
"code",
"doc"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ all_extras = [
"ngboost<0.6.0; python_version < '3.13'",
"polars<1.14.0",
"pyarrow<14.0.0; python_version < '3.12'",
"pymc; python_version < '3.13'",
"scikit-survival<0.24.0; python_version < '3.13'",
"statsmodels>=0.12.1",
]
Expand Down
Loading

0 comments on commit 09cd723

Please sign in to comment.