Repository files navigation

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.

About

PredictionIO Python SDK

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all \u003cpre\u003e\u003ccode\u003e blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks"); } } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); } })(); })();
Skip to content

Repository files navigation

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.

About

PredictionIO Python SDK

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors