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

Refactor/update docstrings #52

Merged
merged 10 commits into from
Nov 27, 2024
Merged

Refactor/update docstrings #52

merged 10 commits into from
Nov 27, 2024

Conversation

Darinochka
Copy link
Collaborator

No description provided.

r"""
Calculate ROC AUC for multiclass and multilabel classification.

This function serves as a wrapper that delegates to either :func:`_prediction_roc_auc_multiclass`
Copy link
Collaborator

@Samoed Samoed Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хотим ссылаться на эти функции? Они просто приватные

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

могу изменить докстринг, но эти функции тогда лучше не показывать в документации? (сейчас показываются)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

после #49 приватные объекты не показываются, поэтому лучше убрать эту ссылку

r"""
Calculate ROC AUC for multiclass and multilabel classification.

This function serves as a wrapper that delegates to either :func:`_prediction_roc_auc_multiclass`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

после #49 приватные объекты не показываются, поэтому лучше убрать эту ссылку

@Darinochka Darinochka added the documentation Improvements or additions to documentation label Nov 27, 2024
@voorhs voorhs merged commit ab63cd0 into dev Nov 27, 2024
21 checks passed
@voorhs voorhs deleted the refactor/update-docstrings branch November 27, 2024 11:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants