class

Logarithm::NoModelsError

Inherits Logarithm::LogarithmError < Exception < Reference < Object

Exception raised when attempting operations that require trained models.

This specific error indicates that the system has not been trained yet and cannot perform anomaly detection operations. It guides users to run the training phase before attempting monitoring or prediction.

Example scenarios:

  • Running logarithm monitor before logarithm train
  • Attempting predictions with untrained models
  • Loading non-existent model files