Repository URL to install this package:
|
Version:
3.0.0.dev3 ▾
|
from .base import (
bayesian,
logistic,
neural_network,
no_synthetic,
simple,
synthetic_as_fallback,
)
__all__ = [
"simple",
"bayesian",
"synthetic_as_fallback",
"no_synthetic",
"logistic",
"neural_network",
]