Palladium
  • Installation
    • Install from PyPI
    • Install from binstar
    • Install from source
  • Tutorial
    • Run the Iris example
    • Understand Iris’ config.py
  • Deployment
    • Web server installation
    • Building a Docker image with your Palladium application
    • Setup Palladium with Mesos / Marathon and Docker
    • Authorization
  • Web service
    • Predict
    • Alive
    • List
    • Fit, Update Model Cache, and Activate
  • Scripts
    • pld-fit: train models
    • pld-test: test models
    • pld-devserver: serve the web API
    • pld-stream: make predictions through stdin and stdout
    • pld-grid-search: find optimal hyperparameters
    • pld-list: list available models
    • pld-admin: administer available models
    • pld-version: display version number
    • pld-upgrade: upgrade database
  • Upgrading
    • Upgrading the database
    • Backward incompatibilities in code
  • R support
  • Julia support
  • Advanced configuration
    • Variables
    • Multiple configuration files
    • Avoiding duplication in your configuration
  • Frequently asked questions
    • How do I contribute to Palladium?
    • How do I configure where output is logged to?
    • How can I combine Palladium with my logging or monitoring solution?
    • How can I use Python 3 without messing up with my Python 2 projects?
    • Where can I find information if there are problems installing numpy, scipy, or scikit-learn?
    • How do I use a custom cross validation iterator in my grid search?
    • Can I use my cluster to run a hyperparameter search?
    • How can I use test Palladium components in a shell?
    • How can I access the active model in my code?
  • Related projects
  • palladium package
    • Submodules
    • palladium.R module
    • palladium.cache module
    • palladium.config module
    • palladium.dataset module
    • palladium.eval module
    • palladium.fit module
    • palladium.interfaces module
    • palladium.julia module
    • palladium.persistence module
    • palladium.server module
    • palladium.util module
    • palladium.wsgi module
    • Module contents
 
Palladium
  • Docs »
  • Python Module Index
  • Edit on GitHub

Python Module Index

p
 
p
- palladium
    palladium.cache
    palladium.config
    palladium.dataset
    palladium.eval
    palladium.interfaces
    palladium.julia
    palladium.persistence
    palladium.util

© Copyright 2016, Otto Group BI.

Built with Sphinx using a theme provided by Read the Docs.