-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To merge before 0.5.1
- Loading branch information
Showing
4 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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? | ||
|
||
|
@@ -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/) | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|