From fb95c2e40f957bebd2f5eb9287f079521a07e57a Mon Sep 17 00:00:00 2001 From: Camille Troillard Date: Wed, 8 Jan 2025 13:07:57 +0100 Subject: [PATCH] chore: Update tagline (#1057) To merge before 0.5.1 --- .gitignore | 4 ++++ README.md | 27 +++++++++++++-------------- skore/pyproject.toml | 2 +- sphinx/index.rst | 2 +- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index a2ff3bc05..f6b1ce625 100644 --- a/.gitignore +++ b/.gitignore @@ -127,6 +127,10 @@ ENV/ env.bak/ venv.bak/ +# direnv +.direnv +.envrc + # Spyder project settings .spyderproject .spyproject diff --git a/README.md b/README.md index 1fa5c1cef..9405f2609 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,14 @@ skore logo +

the scikit-learn sidekick

-

The scikit-learn Modeling Companion

- -__Elevate ML Development with Tracking and Built-in Recommended Practices__ \ +Elevate ML Development with Tracking and Built-in Recommended Practices \ [Documentation](https://skore.probabl.ai) — [Community](https://discord.probabl.ai) -
- - ![license](https://img.shields.io/pypi/l/skore) - ![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?style=flat&logo=python) - [![downloads](https://static.pepy.tech/badge/skore/month)](https://pepy.tech/projects/skore) - [![pypi](https://img.shields.io/pypi/v/skore)](https://pypi.org/project/skore/) - ![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg?event=push) - [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.probabl.ai/) - +
## Why skore? @@ -107,9 +98,17 @@ Thank you for considering contributing to skore! Join our mission to promote ope ## Feedback & Community -- Join our [Discord](https://discord.probabl.ai/) to share ideas or get support. -- Request a feature or report a bug via [GitHub Issues](https://github.com/probabl-ai/skore/issues). +- Join our [Discord](https://discord.probabl.ai/) to share ideas or get support. +- Request a feature or report a bug via [GitHub Issues](https://github.com/probabl-ai/skore/issues). + +
+ ![license](https://img.shields.io/pypi/l/skore) + ![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?style=flat&logo=python) + [![downloads](https://static.pepy.tech/badge/skore/month)](https://pepy.tech/projects/skore) + [![pypi](https://img.shields.io/pypi/v/skore)](https://pypi.org/project/skore/) + ![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg?event=push) + [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.probabl.ai/) --- diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 81eeac218..ea1195285 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skore" -description = "The scikit-learn Modeling Companion" +description = "the scikit-learn sidekick" dynamic = ["license", "readme", "version"] requires-python = ">=3.9, <3.13" maintainers = [{ name = "skore developers", email = "skore@signal.probabl.ai" }] diff --git a/sphinx/index.rst b/sphinx/index.rst index 2d421bba3..bf773fe78 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -8,7 +8,7 @@ skore - Home skore - Home -

The scikit-learn Modeling Companion

+

the scikit-learn sidekick

Elevate ML Development with Tracking and Built-in Recommended Practices