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

Error in Quick Start guide #494

Open
Valentin-Laurent opened this issue Jul 25, 2024 · 0 comments
Open

Error in Quick Start guide #494

Valentin-Laurent opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@Valentin-Laurent
Copy link
Collaborator

Is your documentation request related to a problem? Please describe.
There is an error in the Quick Start guide, section 2 (Run MAPIE regressor):

MAPIE returns a np.ndarray of shape (n_samples, 3, len(alpha)) giving the predictions, as well as the lower and upper bounds of the prediction intervals for the target quantile for each desired alpha value.

Describe the solution you'd like
Suggested correction:

MAPIE returns a tuple, the first element is a np.ndarray of shape (n_samples) giving the predictions, and the second element a np.ndarray of shape (n_samples, 2, len(alpha)) giving the lower and upper bounds of the prediction intervals for the target quantile for each desired alpha value.

Also, clarifying the signification of "pis" (predictions interval s?) in y_pis may be a good idea.

@Valentin-Laurent Valentin-Laurent added the documentation Improvements or additions to documentation label Jul 25, 2024
@Valentin-Laurent Valentin-Laurent self-assigned this Sep 6, 2024
@Valentin-Laurent Valentin-Laurent added the good first issue Good for newcomers label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant