Online Prediction FrameworkΒΆ
The OPF is a Python-only convenience library that uses the
Network API to construct commonly used models. The primary
classes it exposes to users are the HTMPredictionModel
and
the ModelFactory
.
Online Prediction Framework (OPF) is a framework for working with and deriving predictions from online learning algorithms, including HTM. OPF is designed to work in conjunction with a larger architecture, as well as in a standalone mode (i.e. directly from the command line). It is also designed such that new model algorithms and functionalities can be added with minimal code changes.