example-repos-dev
example-repos-dev copied to clipboard
Source code and generator scripts for example DVC projects
Adds GitLab CI pipeline to publish reports. Example: https://gitlab.com/iterative.ai/cse_public/example-text-classifier https://gitlab.com/iterative.ai/cse_public/example-text-classifier/-/merge_requests/2
### Report We have the [sagemaker example](https://github.com/iterative/example-repos-dev/blob/master/example-get-started-experiments/code/.github/workflows/deploy-model.yml) where we deploy, but we don't expose the endpoint nor provide a way for the user to try deployment themselves. Some options to...
Would be good to find an easy way to also force-push the generated repos to GitLab and BitBucket
The model deployment action [breaks](https://github.com/iterative/example-get-started-experiments/actions/runs/6340463389/job/17221935529) when we redeploy the repo because the endpoint already exists with the same name from the old repo, and it looks like aws has [no...
Other frameworks have surpassed fast ai in popularity and utility in the community. There are a couple reasons it's important: 1. Better to have our example repo use a more...
> All of these things should be tracked with DVC and not Git, especially in a DVC example repo. We should clean those things from the Git remote _Originally posted...
In https://github.com/iterative/example-repos-dev/pull/243, we need a personal access token for the cml runner. I'm currently using one for my personal account, but we should be using one from https://github.com/iterative-olivaw. More importantly,...
We use https://github.com/iterative/monorepo-example in MR docs to explain how Studio MR works with monorepos. For easier support, we need to - create a script to generate it in this repo...
Bar charts were added in https://github.com/iterative/dvc-render/issues/8. Should we switch the feature importance plot from image to bar plot? I'm not sure it's worth it since then we will have no...