Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored Feb 6, 2024
1 parent b438d06 commit ce93965
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gpax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
from . import acquisition
from .hypo import sample_next
from .models import (DKL, CoregGP, ExactGP, MultiTaskGP, iBNN, vExactGP,
vi_iBNN, viDKL, viGP, viMTDKL, VarNoiseGP, UIGP, MeasuredNoiseGP)
vi_iBNN, viDKL, viGP, viMTDKL, VarNoiseGP, UIGP,
MeasuredNoiseGP, viSparseGP)

__all__ = ["utils", "kernels", "mtkernels", "acquisition", "ExactGP", "vExactGP", "DKL",
"viDKL", "iBNN", "vi_iBNN", "MultiTaskGP", "viMTDKL", "viGP", "sPM", "VarNoiseGP",
"UIGP", "MeasuredNoiseGP", "CoregGP", "sample_next", "__version__"]
"UIGP", "MeasuredNoiseGP", "viSparseGP", "CoregGP", "sample_next", "__version__"]

0 comments on commit ce93965

Please sign in to comment.