Skip to content

Commit

Permalink
changed estimator name
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraldo Antonio committed Dec 6, 2024
1 parent a78d11f commit 337780d
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skpro/regression/bayesian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Base classes for Bayesian probabilistic regression."""
# copyright: skpro developers, BSD-3-Clause License (see LICENSE file)

__all__ = ["BayesianMCMCLinearRegressor"]
__all__ = ["BayesianLinearRegressor"]

from skpro.regression.bayesian.bayesian_mcmc import BayesianMCMCLinearRegressor
from skpro.regression.bayesian._bayesian_mcmc import BayesianLinearRegressor
Loading

0 comments on commit 337780d

Please sign in to comment.