## create_performance_table()


Create an R-style rtichoke performance table.


Usage

``` python
create_performance_table(
    probs,
    reals,
    by=0.01,
    stratified_by=("probability_threshold",),
    color_values=DEFAULT_COLORS,
    renderer="great_tables"
)
```
