survive.base.Predictor

class survive.base.Predictor[source]

Abstract mixin class for models implementing a predict() method.

Methods

predict(*args, **kwargs) Make predictions.
predict(*args, **kwargs)[source]

Make predictions.

Returns:
predictions : object

The predictions.