hadrian

JVM (Scala) implementation of Portable Format for Analytics (PFA): consumer with dynamic compilation.

License

License

Categories

Categories

Data
GroupId

GroupId

com.opendatagroup
ArtifactId

ArtifactId

hadrian
Last Version

Last Version

0.8.5
Release Date

Release Date

Type

Type

jar
Description

Description

hadrian
JVM (Scala) implementation of Portable Format for Analytics (PFA): consumer with dynamic compilation.
Project URL

Project URL

https://github.com/opendatagroup/hadrian
Source Code Management

Source Code Management

http://github.com/opendatagroup/hadrian

Download hadrian

How to add to project

<!-- https://jarcasting.com/artifacts/com.opendatagroup/hadrian/ -->
<dependency>
    <groupId>com.opendatagroup</groupId>
    <artifactId>hadrian</artifactId>
    <version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.opendatagroup/hadrian/
implementation 'com.opendatagroup:hadrian:0.8.5'
// https://jarcasting.com/artifacts/com.opendatagroup/hadrian/
implementation ("com.opendatagroup:hadrian:0.8.5")
'com.opendatagroup:hadrian:jar:0.8.5'
<dependency org="com.opendatagroup" name="hadrian" rev="0.8.5">
  <artifact name="hadrian" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opendatagroup', module='hadrian', version='0.8.5')
)
libraryDependencies += "com.opendatagroup" % "hadrian" % "0.8.5"
[com.opendatagroup/hadrian "0.8.5"]

Dependencies

compile (16)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.5
org.apache.avro : avro jar 1.7.7
org.codehaus.jackson : jackson-core-asl jar 1.9.13
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.yaml : snakeyaml jar 1.13
org.apache.commons : commons-math3 jar 3.3
org.apache.commons : commons-lang3 jar 3.2.1
org.apache.commons : commons-csv jar 1.1
org.codehaus.janino : commons-compiler jar 2.7.4
org.codehaus.janino : janino jar 2.7.4
com.googlecode.efficient-java-matrix-library : ejml jar 0.24
org.jruby.joni : joni jar 2.1.4
joda-time : joda-time jar 2.8.2
org.joda : joda-convert jar 1.7
com.thesamet : kdtree_2.11 jar 1.0.3
org.scala-lang.modules : scala-xml_2.11 jar 1.0.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.scalatest : scalatest_2.11 jar 2.2.5

Project Modules

There are no modules declared in this project.

Hadrian: implementations of the PFA specification

As of version 0.8.4, Hadrian, Titus, and Aurelius are available with the Apache License v2.0

Version v.0.8.4

The Portable Format for Analytics (PFA) is a specification for scoring engines: event-based processors that perform predictive or analytic calculations. It is a common language to help smooth the transition from statistical model development to large-scale and/or online production. For a model expressed as PFA to be run against data, an application is required.

Hadrian (API) is Open Data's complete implementation of PFA for the Java Virtual Machine (JVM). Hadrian is designed as a library to be embedded in applications or used as a scoring engine container. To make Hadrian immediately usable, we provide containers that allow Hadrian to be dropped into an existing workflow. Hadrian can currently be used as a standard-input/standard-output process, a Hadoop map-reduce workflow, an actor-based workflow of interacting scoring engines, or as a servlet in a Java Servlet container, including Google App Engine.

Titus (API) is Open Data's complete implementation of PFA for Python. Hadrian and Titus both execute the same scoring engines, but while Hadrian's focus is speed and portability, Titus's focus is on model development. Included with Titus are standard model producers, a PrettyPFA parser for easier editing, a PFA-Inspector commandline for interactive analysis of a PFA document, and many other tools and scripts.

In addition, Aurelius is an R package for producing PFA from the R programming language and Antinous is a sidecar app for building models in any environment where Hadrian can be deployed. These and other tools are included in the Hadrian repository.

See the Hadrian wiki for more information, including installation instructions and tutorials.

Contact [email protected] to see how Hadrian can fit into your environment.

The Roman emperor naming convention is continued from Augustus, Open Data's producer and consumer of the Predictive Model Markup Language (PMML).

com.opendatagroup

OpenDataGroup

Versions

Version
0.8.5