9.12. Utils

Classes

logger

Instances of the Logger class represent a single logging channel.

Functions

configure_logging([level, fname, overwrite, ...])

Configure the logging functionality.

raise_error(msg[, klass, exception])

Raise error, but first log it.

warn_with_log(msg[, category])

Warn, but first log it.

9.13. Typing

Protocols for type checking.

Classes

JuEstimatorLike(*args, **kwargs)

Class for juestimator-like.

EstimatorLike

Represent a union type

EstimatorLikeFit1(*args, **kwargs)

Class for estimator-like fit 1.

EstimatorLikeFit2(*args, **kwargs)

Class for estimator-like fit 2.

EstimatorLikeFity(*args, **kwargs)

Class for estimator-like fit y.