Skip to content

probabl-ai/skore-demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skore Hub Demo Project

This repository provides a hands-on introduction to Skore Hub. It contains a sample notebook that demonstrates how to create a project, generate experiment reports, and upload them to Skore Hub.

Prerequisites

Ensure you have Python 3.10+ installed on your system.

Setup

  1. Clone the repository and navigate to the project directory:
git clone git@github.com:probabl-ai/skore-demo-project.git
cd skore-demo-project
  1. Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies and authenticate with Skore Hub:
pip install -r requirements.txt
skore-hub-login

Usage

You have two options to run the demo:

Option 1: Jupyter Notebook

Execute the cells in notebooks/demo.ipynb

Option 2: Command Line

python demo.py --tenant="<your-tenant>" --name="demo"

Replace <your-tenant> with your actual tenant name.

Additional Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5