-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow custom evaluation data in Playground #309
Merged
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
Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.5.6...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.9.7...v3.9.8) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…nd/next-14.1.1' into feature/playground-self-learning-feedback
…nd/mysql2-3.9.8' into feature/playground-self-learning-feedback
Co-authored-by: Dmytro Polityka <33299157+undernagruzez@users.noreply.github.com>
Co-authored-by: Dmytro Polityka <33299157+undernagruzez@users.noreply.github.com>
Co-authored-by: Dmytro Polityka <33299157+undernagruzez@users.noreply.github.com>
github-actions
bot
added
deployment-error
Added by deployment workflows if an error occured
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 26, 2024
dmytropolityka
added
deploy:athena-test1
Athena Test Server 1
and removed
deployment-error
Added by deployment workflows if an error occured
labels
Jul 26, 2024
github-actions
bot
added
deployment-error
Added by deployment workflows if an error occured
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 26, 2024
EneaGore
added
deploy:athena-test1
Athena Test Server 1
and removed
deployment-error
Added by deployment workflows if an error occured
labels
Jul 26, 2024
github-actions
bot
added
lock:athena-test1
Is currently deployed to Athena Test Server 1
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 26, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 26, 2024 13:41
— with
GitHub Actions
Inactive
EneaGore
approved these changes
Jul 26, 2024
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.
Tesed on the test server and all functionalities work.
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 26, 2024
github-actions
bot
added
lock:athena-test1
Is currently deployed to Athena Test Server 1
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 29, 2024
FelixTJDietrich
temporarily deployed
to
Athena Test Server 3
July 29, 2024 08:39
— with
GitHub Actions
Inactive
github-actions
bot
added
the
deployment-error
Added by deployment workflows if an error occured
label
Jul 29, 2024
FelixTJDietrich
removed
the
deployment-error
Added by deployment workflows if an error occured
label
Jul 29, 2024
maximiliansoelch
approved these changes
Jul 29, 2024
This was referenced Sep 4, 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
enhancement
New feature or request
javascript
Pull requests that update Javascript code
lock:athena-test1
Is currently deployed to Athena Test Server 1
playground
Pull requests that update the playground
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.
Motivation and Context
#308 instructors or others might want to upload their own data for experimentation
Description
We had two datasets "example" and "evaluation". Those are unchanged.
Additionally we now have "evaluation-" for custom datasets located in "data/evaluation/"
Warning
Note that the data is not yet password protected/encrypted
Steps for Testing
data/evaluation/<name>
directoryScreenshots