bug: Use axis=1 instead of axis=0 in use case example when concatenating metric report #1363
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
In the following example:
https://skore.probabl.ai/0.7/auto_examples/use_cases/plot_employee_salaries.html#investigating-the-models
There is an issue because we don't concatenate anymore on the right dimension using pandas. It happens because we transpose the dataframe.
The text was updated successfully, but these errors were encountered: