All Projects → apache → Attic Predictionio Sdk Python

apache / Attic Predictionio Sdk Python

Licence: apache-2.0
PredictionIO Python SDK

Programming Languages

python
139335 projects - #7 most used programming language
scala
5932 projects

Labels

Projects that are alternatives of or similar to Attic Predictionio Sdk Python

Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-23.47%)
Mutual labels:  big-data
Geopyspark
GeoTrellis for PySpark
Stars: ✭ 167 (-14.8%)
Mutual labels:  big-data
Presto Go Client
A Presto client for the Go programming language.
Stars: ✭ 183 (-6.63%)
Mutual labels:  big-data
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-21.94%)
Mutual labels:  big-data
Fluo
Apache Fluo
Stars: ✭ 159 (-18.88%)
Mutual labels:  big-data
Keyvi
Keyvi - a key value index that powers Cliqz search engine. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
Stars: ✭ 171 (-12.76%)
Mutual labels:  big-data
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-25.51%)
Mutual labels:  big-data
Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (-1.53%)
Mutual labels:  big-data
Keyvi
Keyvi - the key value index. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
Stars: ✭ 161 (-17.86%)
Mutual labels:  big-data
Flume
Mirror of Apache Flume
Stars: ✭ 2,200 (+1022.45%)
Mutual labels:  big-data
Spark.jl
Julia binding for Apache Spark
Stars: ✭ 153 (-21.94%)
Mutual labels:  big-data
Presto
The official home of the Presto distributed SQL query engine for big data
Stars: ✭ 12,957 (+6510.71%)
Mutual labels:  big-data
Dvid
Distributed, Versioned, Image-oriented Dataservice
Stars: ✭ 174 (-11.22%)
Mutual labels:  big-data
Fili
Easily make RESTful web services for time series reporting with Big Data analytics engines like Druid and SQL Databases.
Stars: ✭ 151 (-22.96%)
Mutual labels:  big-data
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+7640.82%)
Mutual labels:  big-data
Parquetviewer
Simple windows desktop application for viewing & querying Apache Parquet files
Stars: ✭ 145 (-26.02%)
Mutual labels:  big-data
Attic Predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,522 (+6288.78%)
Mutual labels:  big-data
Couchdb Docker
Semi-official Apache CouchDB Docker images
Stars: ✭ 194 (-1.02%)
Mutual labels:  big-data
Attic Predictionio Sdk Ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (-2.04%)
Mutual labels:  big-data
Bigdata Playground
A complete example of a big data application using : Kubernetes (kops/aws), Apache Spark SQL/Streaming/MLib, Apache Flink, Scala, Python, Apache Kafka, Apache Hbase, Apache Parquet, Apache Avro, Apache Storm, Twitter Api, MongoDB, NodeJS, Angular, GraphQL
Stars: ✭ 177 (-9.69%)
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].