Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
from .base import (
    bayesian,
    logistic,
    neural_network,
    no_synthetic,
    simple,
    synthetic_as_fallback,
)

__all__ = [
    "simple",
    "bayesian",
    "synthetic_as_fallback",
    "no_synthetic",
    "logistic",
    "neural_network",
]