Skip to main content

A Python package for tracking experiments in Notion

Project description

ExperimentHQ

ExperimentHQ is a Python package that allows you to track and manage experiments directly from your Python code, and seamlessly sync the results to a Notion database. With ExperimentHQ, you can easily monitor the performance of your models, log custom metrics, and compare experiments with ease, all from a single, intuitive interface.

The purpose of this document is to provide a guide for using ExperimentHQ to track experiments and sync the results to Notion.

Prerequisites

Before you can use ExperimentHQ, you need to set up the following prerequisites:

  1. Set up a Notion account.
  2. Set up an ExperimentHQ account.
  3. Connect you Notion account with ExperimentHQ
  4. Copy your personal API token from ExperimentHQ
  5. Install ExperimentHQ.

Installation

To install ExperimentHQ, simply run the following command:

pip install experimenthq

Usage

Creating an Experiment

To create an experiment and log it to Notion, you can use the following code snippet as an example:

import experimenthq as ex

experiment = ex.Experiment(
    name="My First Experiment",
    project="Project A",
    api_key="YOUR_API_KEY"
)

experiment.log_parameter("accuracy", 0.85)
experiment.log_parameter("loss", 0.05)

This code creates an experiment with the name "My First Experiment" and tags it with the project "Project A". It then logs two parameters, "accuracy" and "loss", with values 0.85 and 0.05 respectively.

Viewing Experiments in Notion

To view the experiments that you've logged with ExperimentHQ in Notion go to the Notion page that you've linked to ExperimentHQ. You should see a table with the experiments that you've logged.

Notion Table

Conclusion

ExperimentHQ provides a simple and intuitive way to track and manage your experiments in Python and sync the results to Notion. By using ExperimentHQ, you can streamline your experiment tracking and make your work more efficient and effective. Try it out today and see the difference it can make in your workflow!

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

experimenthq-0.0.0.dev3.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

experimenthq-0.0.0.dev3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file experimenthq-0.0.0.dev3.tar.gz.

File metadata

  • Download URL: experimenthq-0.0.0.dev3.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for experimenthq-0.0.0.dev3.tar.gz
Algorithm Hash digest
SHA256 f1bf9940aa187a091d3ec834bf6e4a3b6085fec0cf989596b0dfd6c26d522b95
MD5 1906518d5fe4cfd118f9245b8b08217e
BLAKE2b-256 edf300b47272dbfda6ce757e00b4cc7cd2823ad1658a41f457dbef8a90298f16

See more details on using hashes here.

File details

Details for the file experimenthq-0.0.0.dev3-py3-none-any.whl.

File metadata

File hashes

Hashes for experimenthq-0.0.0.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 efbcf7b9c930b6c718280b5a6d804f2437fdcc089ead049a124f719752c28762
MD5 cab8c3a2e6ac4a6eda2551da14116dca
BLAKE2b-256 04e78e290286d93d93d4cfb4e8431c3f79c9d6b82afd3a30b69cda4268d7aa7a

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