ann
sgp.models.ann.ANN
sgp.models.ann.PredictionBase
Bases: HashableBaseModelIO
Base class for prediction models.
sgp.models.ann.PredictionBase.predict
abstractmethod
predict(**inputs: float) -> Dict[str, float | HashableBaseModelIO]
Predict the output from the input.
sgp.models.ann.hashkey
Return a cache key for the specified hashable arguments, convert non-hashable arguments to hashable ones.