Skip to content
Collin Bennett edited this page Feb 11, 2016 · 101 revisions

Hadrian Wiki

This wiki provides documentation for the Hadrian ecosystem of tools.

First steps

Hadrian (Java/Scala/JVM)

Hadrian is a complete implementation of PFA in Scala, which can be accessed through any JVM language, principally Java. It focuses on model deployment, so it is flexible (can run in restricted environments) and fast.


Titus (Python)

Titus is a complete, independent implementation of PFA in pure Python. It focuses on model development, so it includes model producers and PFA manipulation tools in addition to runtime execution.


Aurelius (R)

Aurelius is a toolkit for generating PFA in the R programming language. It focuses on porting models to PFA from their R equivalents. To validate or execute scoring engines, Aurelius sends them to Titus through rPython (so both must be installed).


Antinous (Model development in Jython)

Antinous is a model-producer plugin for Hadrian that allows Jython code to be executed anywhere a PFA scoring engine would go. It also has a library of model producing algorithms.

Clone this wiki locally