-
Notifications
You must be signed in to change notification settings - Fork 73
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(weave): Refactor Evals and Scoring section #3066
base: master
Are you sure you want to change the base?
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=38f5d2f184d05b24fef3a615198bbfc2ff664561 |
@tssweeney, what if we merge your #3344 into this PR and ship everything at once (assuming timing works out)? I'd have to make a few mods to fithttps://github.com/wandb/weave/blob/49b32c00a15ab7989f99af43e11a8dead26a5c6c/docs/docs/guides/evaluation/guardrails_and_monitors.md in to the new structure, but it seems like it would fit logically in the new structure. LMK what you think
|
Description
https://wandb.atlassian.net/browse/DOCS-1062
Refactor of https://weave-docs.wandb.ai/guides/core-types/evaluations and https://weave-docs.wandb.ai/guides/evaluation/scorers
evaluations
folder toscorers
. Reasons: findability, readability, Tim's loom classifies the scorer as the top level construct that powers evals, guardrails, and monitoring, so the docs should reflect this**
for subheaders with linkable MD headersOther changes
modified: weave-js/src/components/PagePanelComponents/Home/Browse3/pages/ScorersPage/ScorerForms.tsx modified: weave-js/src/components/PagePanelComponents/Home/Browse3/pages/common/EmptyContent.tsx
yarn docusaurus build
: