Development StatusΒΆ
Alpha! FormaK key functionality is under active development.
The intended user experience is as follows. The user provides:
Model that describes the physics of the system
Execution criteria (e.g. memory usage, execution time)
Time series data for the system
The Five Key Elements the library provides to achieve this user experience are:
Python Interface to define models
Python implementation of the model and supporting tooling
(In Progress) Integration to scikit-learn to leverage the model selection and parameter tuning functions
(Planned) C++ and Python to C++ interoperability for performance
(Planned) C++ interfaces to support a variety of model uses