Skip to main content

Python client for Schedy

Project description

Schedy is your machine learning assistant. It will help you record your experiments, your results, visualize them, and it will even suggest new parameters for your next experiments!

Schedy can do useful things for you:

  • Record the hyperparameters and results of all your past models.

  • Suggest new hyperparameters for your next models.

  • Coordinate a pool of workers (e.g. in a cluster), by making sure they stay busy trying to find the best combination of hyperparameters for your task.

And all of that in just a few lines of code! Coordinating a cluster of workers becomes as simple as this:

import schedy

db = schedy.SchedyDB()
exp = db.get_experiment('My Task')
while True:
   with exp.next_job() as job:
      my_train_function(job)

You can follow the evolution of your experiments thanks to our online dashboard.

https://raw.githubusercontent.com/incalia/schedy-client/master/docs/images/dashboard.png

We also provide a command line tool, that will help you with the most repetitive tasks.

Installation and setup

Sign up here, install Schedy & get your API token:

pip3 install schedy
schedy gen-token

You are now ready to get started!

You can also read the API reference.

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

Schedy-0.1.0b3.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

Schedy-0.1.0b3-py3-none-any.whl (24.4 kB view hashes)

Uploaded Python 3

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