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.2.1.tar.gz (9.1 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.2.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file experimenthq-0.2.1.tar.gz.

File metadata

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

File hashes

Hashes for experimenthq-0.2.1.tar.gz
Algorithm Hash digest
SHA256 60c35adb95d1e0478d7de82bd1b778cba32d5e0e2d05832f75c79a446f5facb5
MD5 8f19bcc252e65940aff5f0a3ad352070
BLAKE2b-256 9e89fa6009644e80d537e9db055459b51d22e5a2d3e596bd9a4835527a43f4f0

See more details on using hashes here.

File details

Details for the file experimenthq-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: experimenthq-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for experimenthq-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3d407f3fde09d5a2b404420668e119b8ff9a2d0470add74b013192fa9a888c35
MD5 94f12f6066c74e8f26becf80fb0173b4
BLAKE2b-256 aff36b314a8dc176086ae11883033ae46d77b80179d75de4f7680d3b454fbd3a

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