Skip to content

Commit 37afe5a

Browse files
authored
Update README.md
1 parent b29a839 commit 37afe5a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![titus2 logo](https://realworldpython.guide/titus2/images/logo-text.png)
2+
13
[![Build Status](https://travis-ci.org/animator/titus2.svg?branch=master)](https://travis-ci.org/animator/titus2)
24
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/titus2)](https://pypi.org/project/titus2)
35
[![PyPI version](https://badge.fury.io/py/titus2.svg)](https://pypi.org/project/titus2)
@@ -29,14 +31,9 @@ View the complete changelog [here](https://github.com/animator/titus2/blob/maste
2931
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.4+
3032
========
3133

34+
Titus 2 is a fork of the original Titus python library which resides in the (now defunct) [Hadrian repository](https://github.com/opendatagroup/hadrian). Titus is not actively maintained by the Open Data Group and only supports Python 2, so this fork was created to actively support its development for Python 3.
3235

33-
This is a subset-fork of the [original repository](https://github.com/opendatagroup/hadrian) which has been completely migrated to Python 3.
34-
35-
The [Portable Format for Analytics (PFA)](http://dmg.org/pfa) is a specification for scoring/inference engines: event-based processors that perform predictive or analytic calculations. It is a model interchange format which helps smoothen the transition from statistical model development to large-scale and/or online production.
36-
37-
![PFA](http://dmg.org/pfa/docs/motivation/pfatoeverything.png)
38-
39-
**Titus** (Python 2) ([API](http://opendatagroup.github.io/hadrian/titus-0.8.3/titus.genpy.PFAEngine)) was originally Open Data's complete implementation of PFA for Python. It can be used for model development as well as to execute the scoring engine. Titus 2 is a fork of Titus which is being maintained actively.
36+
Titus 2 is a complete, independent implementation of [Portable Format for Analytics (PFA)](https://realworldpython.guide/titus2/pfa/) in pure Python. PFA is a specification for scoring/inference engines: event-based processors that perform predictive or analytic calculations. It is a model interchange format which helps smoothen the transition from statistical model development to large-scale and/or online production. `titus2` also focuses on model development, so it includes model producers and PFA manipulation tools in addition to runtime execution (scoring) engine.
4037

4138
### Requirements
4239

0 commit comments

Comments
 (0)