Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/predictionio-sdk-python
PredictionIO Python SDK
https://github.com/apache/predictionio-sdk-python
big-data predictionio scala
Last synced: about 17 hours ago
JSON representation
PredictionIO Python SDK
- Host: GitHub
- URL: https://github.com/apache/predictionio-sdk-python
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2013-02-06T02:07:28.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-06T12:04:27.000Z (over 6 years ago)
- Last Synced: 2024-10-02T05:23:32.171Z (4 months ago)
- Topics: big-data, predictionio, scala
- Language: Python
- Size: 198 KB
- Stars: 197
- Watchers: 40
- Forks: 81
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
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 htmlTo view the generated documentation, go to docs/build/html/index.html.
SUPPORT
=======http://predictionio.apache.org/support/
Issue Tracker
-------------https://issues.apache.org/jira/projects/PIO
If you are unsure whether a behavior is an issue, bringing it up in the forum is highly encouraged.