All Projects → apache → predictionio-sdk-python

apache / predictionio-sdk-python

Licence: Apache-2.0 license
PredictionIO Python SDK

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to predictionio-sdk-python

predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,510 (+6186.43%)
Mutual labels:  big-data, predictionio
predictionio-template-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 73 (-63.32%)
Mutual labels:  big-data, predictionio
predictionio-sdk-ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (-3.52%)
Mutual labels:  big-data, predictionio
predictionio-template-java-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Java-based parallelized engine)
Stars: ✭ 36 (-81.91%)
Mutual labels:  big-data, predictionio
predictionio-template-recommender
PredictionIO Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 80 (-59.8%)
Mutual labels:  big-data, predictionio
predictionio-sdk-php
PredictionIO PHP SDK
Stars: ✭ 269 (+35.18%)
Mutual labels:  big-data, predictionio
predictionio-sdk-java
PredictionIO Java SDK
Stars: ✭ 107 (-46.23%)
Mutual labels:  big-data, predictionio
predictionio-template-similar-product
PredictionIO Similar Product Engine Template (Scala-based parallelized engine)
Stars: ✭ 50 (-74.87%)
Mutual labels:  big-data, predictionio
predictionio-template-attribute-based-classifier
PredictionIO Classification Engine Template (Scala-based parallelized engine)
Stars: ✭ 38 (-80.9%)
Mutual labels:  big-data, predictionio
Attic Predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,522 (+6192.46%)
Mutual labels:  big-data, predictionio
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+1304.52%)
Mutual labels:  big-data
Vue Virtual Scroll List
⚡️A vue component support big amount data list with high render performance and efficient.
Stars: ✭ 3,201 (+1508.54%)
Mutual labels:  big-data
TT Tech Space
TT Tech Research Notes
Stars: ✭ 21 (-89.45%)
Mutual labels:  big-data
accumulo-testing
Apache Accumulo Testing
Stars: ✭ 14 (-92.96%)
Mutual labels:  big-data
Data Accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
Stars: ✭ 247 (+24.12%)
Mutual labels:  big-data
Hyperspace
An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
Stars: ✭ 246 (+23.62%)
Mutual labels:  big-data
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (+23.12%)
Mutual labels:  big-data
Trafodion
Apache Trafodion
Stars: ✭ 242 (+21.61%)
Mutual labels:  big-data
twitter-archive-reader
Full featured TypeScript Twitter archive reader and browser
Stars: ✭ 43 (-78.39%)
Mutual labels:  big-data
incubator-tez
Mirror of Apache Tez (Incubating)
Stars: ✭ 60 (-69.85%)
Mutual labels:  big-data

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].