-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Refine example
plot_cache_mechanism
(#1211)
Fix some minor typos, make some parts clearer, add some sections, etc
- Loading branch information
1 parent
bb64834
commit 2a321e2
Showing
6 changed files
with
146 additions
and
95 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
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,5 +1,5 @@ | ||
Technical details | ||
----------------- | ||
|
||
These examples shows some technical details at the core of `skore` to better understand | ||
some of the mechanic under the hood. | ||
These examples shows some technical details at the core of skore to better understand | ||
some of the mechanics under the hood. |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
End-to-end data science use cases | ||
--------------------------------- | ||
|
||
These examples show `skore` in action on real use case. We aimed at showing `skore` | ||
These examples show skore in action on real use cases. We aimed at showing skore's | ||
ability to: | ||
|
||
- be compatible with `scikit-learn` | ||
- be compatible with scikit-learn | ||
- reduce boilerplate code for some standard *de facto* data science analysis | ||
- speed-up exploration by optimizing some internal computation |
Oops, something went wrong.