Glossary#

batch prediction#

Predictions for several observations in one time. This is used while training a model on a database.

one off prediction#

Predictions for one prediction at a time. This is usually what webservices do.

online prediction#

See one off prediction.