Skip to main content

Le Board, a simple leaderboard generator for ranking your algorithms experiments

Project description

Le Board (beta)

Le Board, a simple leaderboard generator for ranking your algorithms experiments.

Install

Install with pip and configure with init, linking a Google account is the recommended choice.

$ pip install leboard
$ leboard init

sketch of leboard init

Choose an option for Data Handler (1):

  1. Google Firebase (recommended)

  2. Local file system (no shared options)

if option 1)

if option 2)

  • Choose a path to store your boards (~/.leboard):

Usage

import leboard

letask = leboard.TaskBoard("MNIST")

# other members will have access to the MNIST task too
# (restrict a members definition only when a task is set)
letask.members(["rob@gmail.com", "jane@mail.com"])

# do your stuff
# ...

experiment = letask.Entry()

experiment.set("accuracy", accuracy)
experiment.set("loss", loss)
experiment.set("parameters", params, hide=True)
experiment.set("confusion_image", confusion_image)

# commit will save to DataHandler available/configured
# (proposed is local simple file storage, and shared google firebase)
experiment.commit()

Leaderboard

Show all experiments with links to detailed resources, this can open a page hosted in firebase.

  • keep experiment data in order of creation

letask.leaderboard("MNIST", "accuracy")

Advanced?

Resource Typing?

Entry can have different types, this can be usefull for handling resources like image, or HTML pages, to show and interact with them.

from leboard import types as lbt

experiment.set("accuracy", accuracy)
experiment.set("loss", loss)
experiment.set("confusion_image", lbt.Image(confusion_image))
experiment.set("notebook_html", lbt.HTML(notebook_html))

Committing an Entry could automatically save a copy of the current notebook state to the DataHandler.

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

leboard-0.1.1.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file leboard-0.1.1.tar.gz.

File metadata

  • Download URL: leboard-0.1.1.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for leboard-0.1.1.tar.gz
Algorithm Hash digest
SHA256 918ae91a9eb53523964f6f023a3473adcfdaf69775ebb0f954fb4c7fc6ff78a6
MD5 7280781f2402b46723dfa9a32a93fc75
BLAKE2b-256 4261e0d9db908096c46a900b45adafd315dbbd61a3068eb2f5f10124b79ecc91

See more details on using hashes here.

Supported by

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