-
Notifications
You must be signed in to change notification settings - Fork 377
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
docs: Update records with Responses
and Suggestions
#4326
Merged
davidberenstein1957
merged 5 commits into
docs/end2end-text-classification
from
docs/4183-docs-example-on-updating-records-with-suggestions-and-responses-for-a-text-classification-dataset
Nov 28, 2023
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
area: ui
Indicates that an issue or pull request is related to the User Interface (UI)
type: documentation
Improvements or additions to documentation
labels
Nov 27, 2023
...and_integrations/tutorials/feedback/end2end_examples/add-suggestions-and-responses-005.ipynb
Outdated
Show resolved
Hide resolved
...and_integrations/tutorials/feedback/end2end_examples/add-suggestions-and-responses-005.ipynb
Outdated
Show resolved
Hide resolved
"source": [ | ||
"# Update Records with `Responses` and `Suggestions`\n", | ||
"\n", | ||
"In this part of the end-to-end tutorial series, we will see how we can update the records of our dataset with the responses and suggestions. You can refer to previous tutorials for [creating the dataset](./create-dataset-001.ipynb), [configuring the users and workspaces](./configure-users-and-workspaces-000.ipynb) or [adding metadata](./add-metadata-003.ipynb). Feel free to check out the [practical guides](../../../../practical_guides/practical_guides.md) page for more in-depth information.\n", |
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.
Can you add this more general reference to the other notebooks to where possible (not the one on users and workspaces).
davidberenstein1957
removed
the
area: ui
Indicates that an issue or pull request is related to the User Interface (UI)
label
Nov 27, 2023
…xample-on-updating-records-with-suggestions-and-responses-for-a-text-classification-dataset
...and_integrations/tutorials/feedback/end2end_examples/add-suggestions-and-responses-005.ipynb
Outdated
Show resolved
Hide resolved
…xample-on-updating-records-with-suggestions-and-responses-for-a-text-classification-dataset
davidberenstein1957
approved these changes
Nov 28, 2023
davidberenstein1957
merged commit Nov 28, 2023
2473b91
into
docs/end2end-text-classification
2 checks passed
davidberenstein1957
deleted the
docs/4183-docs-example-on-updating-records-with-suggestions-and-responses-for-a-text-classification-dataset
branch
November 28, 2023 16:12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lgtm
This PR has been approved by a maintainer
size:XL
This PR changes 500-999 lines, ignoring generated files.
type: documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
To do:
Closes #4183
Type of change
(Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes.)
sphinx-autobuild
(read Developer Documentation for more details)Checklist
CHANGELOG.md
file (See https://keepachangelog.com/)