Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Use axis=1 instead of axis=0 in use case example when concatenating metric report #1363

Open
glemaitre opened this issue Feb 25, 2025 · 1 comment · Fixed by #1372
Open
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@glemaitre
Copy link
Member

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.

@MarieSacksick MarieSacksick added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Feb 26, 2025
@MarieSacksick MarieSacksick self-assigned this Feb 28, 2025
@glemaitre glemaitre reopened this Mar 1, 2025
@glemaitre
Copy link
Member Author

glemaitre commented Mar 1, 2025

Reopening because we are missing an occurrence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants