Skip to content

Commit

Permalink
chore: Update tagline (#1057)
Browse files Browse the repository at this point in the history
To merge before 0.5.1
  • Loading branch information
tuscland authored Jan 8, 2025
1 parent d610d81 commit fb95c2e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ ENV/
env.bak/
venv.bak/

# direnv
.direnv
.envrc

# Spyder project settings
.spyderproject
.spyproject
Expand Down
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,14 @@
<source srcset="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" media="(prefers-color-scheme: dark)">
<img width="200" src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" alt="skore logo">
</picture>
<h3>the scikit-learn sidekick</h3>

<h2>The scikit-learn Modeling Companion</h2>

__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)

<br />

![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/)

</div>

<br />

## Why skore?

Expand Down Expand Up @@ -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).

<br />

![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/)

---

Expand Down
2 changes: 1 addition & 1 deletion skore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" class="logo-landing only-light" alt="skore - Home"/>
<img src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" class="logo-landing only-dark pst-js-only" alt="skore - Home"/>
</div>
<h1 class="hero-title">The scikit-learn Modeling Companion</h1>
<h1 class="hero-title">the scikit-learn sidekick</h1>
<p class="hero-description">Elevate ML Development with Tracking and Built-in Recommended Practices</p>
</div>

Expand Down

0 comments on commit fb95c2e

Please sign in to comment.