6.12. Utils#

Classes .. currentmodule:: julearn.utils

logger

Instances of the Logger class represent a single logging channel.

Functions .. currentmodule:: julearn.utils

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.

6.13. Typing#

Protocols for type checking.

Classes .. currentmodule:: julearn.utils.typing

JuEstimatorLike(*args, **kwargs)

EstimatorLike

EstimatorLikeFit1(*args, **kwargs)

EstimatorLikeFit2(*args, **kwargs)

EstimatorLikeFity(*args, **kwargs)