API References#

Most API references for this package are grouped in the following three sections:

  • Recorder. Describes the scio.recorder module, responsible for handling the internal states of Neural Networks.

  • Scores. Details the content of the scio.scores package, the core of OoD Detection algorithms.

  • Visualization & Evaluation. Introduces the benchmarking utilities implemented in scio.eval.

You may also refer to the Miscellaneous section, detailing most of the remaining internal utilities.

Note that all submodules are lazily imported and accessible as top-level attributes. For example:

import scio
scio.eval.summary(...)  # Lazily imported

Table of content