Skip to main content

Framework for setting up predictive analytics services

Project description

Build status Test coverage status Documentation status Latest version Supported Python versions License

Palladium

Palladium provides means to easily set up predictive analytics services as web services. It is a pluggable framework for developing real-world machine learning solutions. It provides generic implementations for things commonly needed in machine learning, such as dataset loading, model training with parameter search, a web service, and persistence capabilities, allowing you to concentrate on the core task of developing an accurate machine learning model. Having a well-tested core framework that is used for a number of different services can lead to a reduction of costs during development and maintenance due to harmonization of different services being based on the same code base and identical processes. Palladium has a web service overhead of a few milliseconds only, making it possible to set up services with low response times.

A configuration file lets you conveniently tie together existing components with components that you developed. As an example, if what you want to do is to develop a model where you load a dataset from a CSV file or an SQL database, and train an SVM classifier to predict one of the rows in the data given the others, and then find out about your model’s accuracy, then that’s what Palladium allows you to do without writing a single line of code. However, it is also possible to independently integrate own solutions.

Illustration of Palladium

Much of Palladium’s functionality is based on the scikit-learn library. Thus, a lot of times you will find yourself looking at the documentation for scikit-learn when developing with Palladium. Although being implemented in Python, Palladium provides support for other languages and is shipped with examples how to integrate and expose R and Julia models.

For an efficient deployment of services based on Palladium, a script to create Docker images automatically is provided. In order to manage and monitor a number of Palladium service instances in a cluster, Mesosphere’s Mesos framework Marathon can be used for deployment, also enabling scalability by having a variable number of service nodes behind a load balancer. Examples how to create Palladium Docker images and how to use them with Mesos / Marathon are part of the documentation. Other important aspects – especially relevant in enterprise contexts for setting up productive services – like authentication, logging, or monitoring, can be easily integrated via pluggable decorator lists in the configuration file of a service, keeping track of service calls and corresponding permissions.

Everyone is welcome to contribute to Palladium. More information on how to to contribute can be found in the FAQ section of the Palladium documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

palladium-1.2.4.1.tar.gz (60.3 kB view details)

Uploaded Source

Built Distribution

palladium-1.2.4.1-py3-none-any.whl (68.2 kB view details)

Uploaded Python 3

File details

Details for the file palladium-1.2.4.1.tar.gz.

File metadata

  • Download URL: palladium-1.2.4.1.tar.gz
  • Upload date:
  • Size: 60.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for palladium-1.2.4.1.tar.gz
Algorithm Hash digest
SHA256 2cc5de3a30b86de6c249cd518456ece0a64380a03859d1ff1e76dfac7b2ef339
MD5 eec9723b2065aeb6aebda4383a2cee78
BLAKE2b-256 0707db909efd5cbacc980ea07ef5892df0148ea73c027ec063c0d43eab21ee4f

See more details on using hashes here.

Provenance

File details

Details for the file palladium-1.2.4.1-py3-none-any.whl.

File metadata

  • Download URL: palladium-1.2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 68.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for palladium-1.2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 885053738c39fe297790a6463803020cf6f7967956706eed389a3d17791d482c
MD5 a5d70f479bed72bb6be0c672d38af066
BLAKE2b-256 f8710d47ac4f7963c01d5c906aa54d4a3adf2dcbd51cdfc222941baa1d66b5f7

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page