You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Data Scientist**: Why is my cutting edge model still not in production?
8
10
>
9
11
Scenario 1:
@@ -24,7 +26,7 @@ and the push to production pang continues ..
24
26
25
27
View the complete changelog [here](https://github.com/animator/titus2/blob/master/CHANGELOG.md).
26
28
27
-
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.5+
29
+
Titus 2 - Portable Format for Analytics (PFA) implementation for Python 3.4+
28
30
========
29
31
30
32
@@ -50,7 +52,7 @@ The above packages are available via `pip` and are automatically installed durin
50
52
51
53
### Installation
52
54
53
-
Titus requires [Python 3.5+](https://www.python.org/download/) to run.
55
+
Titus requires [Python 3.4+](https://www.python.org/download/) to run.
54
56
It can be installed via pip/pip3 as follows:
55
57
```sh
56
58
$ pip install titus2
@@ -81,7 +83,7 @@ for num in l:
81
83
82
84
### User Guide and Tutorials
83
85
84
-
See the [Hadrian wiki](https://github.com/opendatagroup/hadrian/wiki) for user guide and tutorials.
86
+
See the [Project Documentation](https://realworldpython.guide/titus2/) for user guide and tutorials.
85
87
86
88
### Current Testing Framework
87
89
- Unit testing status available [here](https://travis-ci.org/animator/titus2)[](https://travis-ci.org/animator/titus2)
0 commit comments