-
Notifications
You must be signed in to change notification settings - Fork 11
init docs #45
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
Conversation
Co-authored-by: voorhs <[email protected]>
# Conflicts: # Makefile # autointent/generation/description_generation.py # docs/Makefile # docs/make.bat # pyproject.toml
voorhs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я подредачу еще и сам смержу
в основном не хватает пояснений к модулям и еще хочется написать что-то поподробнее
| def predict_with_metadata(self, utterances: list[str]) -> tuple[npt.NDArray[Any], list[dict[str, Any]] | None]: | ||
| """ | ||
| Predict class scores along with metadata for the given utterances. | ||
| :param utterances: List of utterances to score. | ||
| :return: Tuple of scores and metadata containing neighbor details and scores. | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут надо больше пояснений что такое rich output
|
Что знаю, то поправил |
No description provided.