Lukas Gienapp
Lukas Gienapp
Introduce a `set_legend` option to style the legend. Maybe also legend-specific transforms, for example location?
Having zero padding leads to problems with e.x. barplots, as the lowermost and uppermost flier are drawn on top of the axis and are thus invisible.
The trim function should take an optional axes argument, can be "x", "y", or "both".
Possible Questions: - [x] How is this different from [style sheets](https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html)? (#15) - [ ] Why can't I change an elements color in its corresponding `set` call directly?
Compile docstrings into a sphinx documentation and publish it
When using ```python with load_theme("umbra_light"): pd.Series({"ROOTS":1.6, "OPT":1.02, "GPT3":1.63, "The Pile":0.89}).sort_values().plot.bar() ``` the style is applied as expected. However, any `set_` calls on the style are not. Instead using seaborn to...
Add the option for a theme to be created from the current matplotlib plotting contexts' `rcparams`.
## What does this PR do? Fixes #2371 This PR adds a new kind of metric wrapper for data transformations. Transformations allow for modifications to the input a metric receives...
## 🚀 Feature Add a `TargetBinarizationWrapper` that cast continuous labels to binary labels given a threshold. ### Motivation Evaluating two metrics that require different label formats (e.g., one binary, the...