forked from apache/predictionio-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
63 lines (34 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
PredictionIO Python SDK
=======================
Installation
============
To install the module from PyPI, you may
$ pip install predictionio
or
$ easy_install predictionio
If you have cloned the repository and want to install directly from there,
do the following in the root directory of the repository:
$ python setup.py install
This will install the "predictionio" module to your Python distribution.
Usage
=====
To use predictionio in your Python script,
>>> import predictionio
Documentation
=============
The latest documentation is located at http://pythonhosted.org/PredictionIO/
If you want to build a local copy, please install Sphinx
(http://sphinx-doc.org/install.html).
To generate documentation,
% cd docs
% make html
To view the generated documentation, go to docs/build/html/index.html.
SUPPORT
=======
Forum
-----
https://groups.google.com/group/predictionio-user
Issue Tracker
-------------
https://predictionio.atlassian.net
If you are unsure whether a behavior is an issue, bringing it up in the forum is highly encouraged.