Skip to content

Commit 11c62a5

Browse files
authored
Blog studio clean-up and updates (#5461)
* removing studio references and videos * update with newsletter links * formatted maybe * one more * back to january 2022 * next batch
1 parent f649268 commit 11c62a5

File tree

61 files changed

+286
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+286
-182
lines changed

content/blogs/2022-01-31-january-22-community-gems.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ title: January '22 Community Gems
33
date: 2022-01-31
44
description: >
55
A roundup of technical Q&A's from the DVC and CML communities. This month: DVC
6-
Studio data, DVC for non-ML projects, getting started with CML, and more.
6+
for non-ML projects, getting started with CML, and more.
77
descriptionLong: >
88
A roundup of technical Q&A's from the DVC and CML communities. This month: DVC
9-
Studio data, DVC for non-ML projects, getting started with CML, and more.
9+
for non-ML projects, getting started with CML, and more.
1010
picture: 2022-01-31/jan-community-gems.png
1111
author: milecia_mcgregor
1212
commentsUrl: https://discuss.dvc.org/t/january-22-community-gems/1020
1313
tags:
14-
- DataChain Studio
1514
- CML
1615
- DVC Remotes
1716
- Pipelines
@@ -174,23 +173,12 @@ Or you can check out the videos on
174173

175174
And of course, you can always ask questions in the Discord community!
176175

177-
### [I understand that DVC Studio is a discoverability layer over my DVC repo in GitHub. Will any of my data be stored on your servers?](https://discord.com/channels/485586884165107732/841856466897469441/923714473603256420)
178-
179-
This is a great question about DVC Studio from @johnnyaug!
180-
181-
DVC Studio only stores metrics, plots, and metadata about your pipelines in the
182-
databases to be able to serve this as a table. We don't read actual data and we
183-
don't store code.
184-
185-
An important thing to note is that if you have plots from `dvc plots show` that
186-
are images, JSON files, or vega specs, those could be saved on our end as well
187-
to serve them to UI.
188-
189-
We're working on documentation for this as well!
190-
191176
---
192177

193178
![The Lord Of The Rings GIF](https://media.giphy.com/media/zCME2Cd20Czvy/giphy.gif)
194179

195180
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
196181
CML questions answered!
182+
183+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
184+
to stay up to date with news and contributions from the Community!

content/blogs/2022-02-28-february-22-community-gems.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ Check out
5757
[this open issue with experiments](https://github.com/iterative/dvc/issues/6181)
5858
for more details and to provide feedback.
5959

60-
### [Is there an easy way to visualize DVC experiment results without using the command line?](https://discord.com/channels/485586884165107732/485596304961962003/930150143259459644)
61-
62-
Good question @LucZ[Mad]!
63-
64-
If you bring those experiments into your regular Git workflow, e.g. using
65-
`dvc exp branch` to create a branch for any experiment you want to share, you
66-
could use [DVC Studio](https://studio.datachain.ai/) to visualize them.
67-
68-
We're working on support for viewing any pushed experiments in Studio right now
69-
so if there's anything you want to see, make sure to comment on and follow
70-
[this issue](https://github.com/iterative/studio-support/issues/45).
71-
7260
### [Can CML self-hosted runners stop the instance after the idle timeout instead of terminating?](https://discord.com/channels/485586884165107732/728693131557732403/933674203796873226)
7361

7462
This is another fantastic question from @jotsif!
@@ -83,23 +71,6 @@ However, if you're trying to preserve data (e.g. cache dependencies to speed up
8371
experimentation time) on an AWS EC2 instance, you could
8472
[connect persistent AWS S3 remote storage](https://aws.amazon.com/premiumsupport/knowledge-center/s3-transfer-data-bucket-instance/).
8573

86-
### [What's the difference between DVC Studio free and enterprise versions?](https://discord.com/channels/485586884165107732/841856466897469441/933324508570472497)
87-
88-
Thanks for asking @Abdi!
89-
90-
You can find more info about the different
91-
[DVC Studio tiers here](https://studio.datachain.ai/#pricing).
92-
93-
The _Free_ tier has all the features most individual users need, like connecting
94-
to ML repositories, creating views, submitting experiments, and generating
95-
plots. The _Teams_ tier allows you to create large teams for better
96-
collaboration and sharing of views and settings with everyone. The _Enterprise_
97-
tier is more for needs around compliance, dedicated support, and on-premise
98-
installation.
99-
100-
If you are trying to decide which plan to select, please email us at
101-
`[email protected]` and we'll help you figure it out based on your needs.
102-
10374
### [How can I use one `dvc.yaml` file with multiple pipeline folders with different `params.yaml` files?](https://discord.com/channels/485586884165107732/485596304961962003/939099847288578079)
10475

10576
@louisv, thanks for this question!
@@ -122,26 +93,6 @@ stages:
12293
- ${item}.cln
12394
```
12495
125-
### [Is it possible to change the x-label in DVC Studio?](https://discord.com/channels/485586884165107732/841856466897469441/938857004187943003)
126-
127-
A great question about Studio from @PythonF!
128-
129-
You can set custom properties for your plot in your `dvc.yaml` like this:
130-
131-
```yaml
132-
plots:
133-
- plots_no_cache.csv:
134-
cache: false
135-
x: r
136-
```
137-
138-
You can also use `dvc plots modify` to change the x-label or y-label for your
139-
plots using commands similar to the following.
140-
141-
```dvc
142-
$ dvc plots modify plots_no_cache.csv -x r -y q
143-
```
144-
14596
---
14697
14798
![Done Tyler The Creator GIF](https://media.giphy.com/media/h5Ct5uxV5RfwY/giphy.gif)
@@ -153,3 +104,6 @@ to stay up to date with specifics as we get closer to the event!
153104
154105
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
155106
CML questions answered!
107+
108+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
109+
to stay up to date with news and contributions from the Community!

content/blogs/2022-03-17-march-22-heartbeat.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ tags:
3232
- Heartbeat
3333
- DVC
3434
- CML
35-
- DataChain Studio
3635
- Twine.net
3736
- Git
3837
---
@@ -353,3 +352,6 @@ _Do you have any use case questions or need support? Join us in
353352

354353
_Head to the [DVC Forum](https://discuss.dvc.org/) to discuss your ideas and
355354
best practices._
355+
356+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
357+
to stay up to date with news and contributions from the Community!

content/blogs/2022-03-30-march-22-community-gems.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ within the
9898

9999
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
100100
CML questions answered!
101+
102+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
103+
to stay up to date with news and contributions from the Community!

content/blogs/2022-03-31-stale-models.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,20 @@ production, preventing stale ones from lingering too long.
4848
We'll be working with a project from
4949
[Evidently.ai](https://evidentlyai.com/blog/tutorial-1-model-analytics-in-production)
5050
that demonstrates what it would be like to work with a production model that
51-
experiences data drift over time. We'll take this to the next level by adding
52-
some automation with a DVC pipeline and share the results with others using DVC
53-
Studio.
51+
experiences data drift over time. Then we'll take this to the next level by
52+
adding some automation with a DVC pipeline.
5453

5554
So we'll start by cloning
5655
[this repo for the project](https://github.com/iterative/stale-model-example).
5756
This project is based on the one created by
5857
[evidently.ai](https://github.com/evidentlyai/evidently/blob/main/examples/data_stories/bicycle_demand_monitoring.ipynb)
5958
with some modifications to work with DVC and different datasets.
6059

61-
The reason we're adding DVC and Studio to this project is to automate the way
62-
our model evaluation pipeline runs and to version our data as we get new data.
63-
We'll be able to share and review the results for each experiment run we do. One
64-
of the big problems in machine learning is collaboration, so making it easier to
65-
share models, data, and results can save your team a lot of time and
66-
frustration.
60+
The reason we're adding DVC to this project is to automate the way our model
61+
evaluation pipeline runs and to version our data as we get new data. We'll be
62+
able to share and review the results for each experiment run we do. One of the
63+
big problems in machine learning is collaboration, so making it easier to share
64+
models, data, and results can save your team a lot of time and frustration.
6765

6866
## Set up data drift reports
6967

@@ -200,20 +198,6 @@ like this model has a different set of hyperparameters that perform well. Now
200198
that we have all of the experiments with both the old and new datasets, this is
201199
a good time to share the results with your coworkers and get some feedback.
202200

203-
## Viewing experiment results in DVC Studio
204-
205-
Because we already have DVC set up in this project, we can run as many
206-
experiments as we need to, and it will track which datasets we're working with,
207-
the code changes that we make, and it'll let us look at all the results from
208-
each experiment in Studio.
209-
210-
If you go to [Iterative Studio](https://studio.datachain.ai/), you'll be
211-
prompted to connect to your GitHub/GitLab account and you'll be able to choose
212-
the repo for this project. Once you're connected, you should be able to see all
213-
the experiments you've pushed to your Git history.
214-
215-
![example of plots and results in DVC Studio](../uploads/images/2022-03-31/stale_models_in_studio.png)
216-
217201
You can give others on your team access to this, and they'll be able to run new
218202
experiments and see the results right in the browser. This is a great tool to
219203
use to discuss the next best steps in your model training before you're ready to
@@ -233,3 +217,8 @@ Now you just have to keep an eye on this new model to make sure that it does
233217
stray too far from the results you expect. This is one of the processes you can
234218
use to keep your production models from going stale. You could even automate
235219
some parts of this process if you know what your thresholds are!
220+
221+
---
222+
223+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
224+
to stay up to date with news and contributions from the Community!

content/blogs/2022-04-15-april-22-heartbeat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,6 @@ _Do you have any use case questions or need support? Join us in
338338

339339
_Head to the [DVC Forum](https://discuss.dvc.org/) to discuss your ideas and
340340
best practices._
341+
342+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
343+
to stay up to date with news and contributions from the Community!

content/blogs/2022-04-26-CML-runners-saving-models-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,8 @@ latest version of our model into production. This step might be conditional on
319319
the performance of the model; we could decide to only start using it in
320320
production if it performs better than previous iterations. All of this warrants
321321
a guide of its own, however, so look out for that in the future! 😉
322+
323+
---
324+
325+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
326+
to stay up to date with news and contributions from the Community!

content/blogs/2022-04-27-terraform-provider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,8 @@ If you’d like to try the Iterative Provider in your project, check out the
125125
documentation on the provider’s page in the Terraform registry, and if you have
126126
any questions or suggestions, we welcome them in our
127127
[GitHub repository.](https://github.com/iterative/terraform-provider-iterative)
128+
129+
---
130+
131+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
132+
to stay up to date with news and contributions from the Community!

content/blogs/2022-04-28-april-22-community-gems.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ that the restarted workflow will use previous results (e.g. use
7676
https://dvc.org/doc/user-guide/experiment-management/checkpoints#caching-checkpoints
7777
and https://github.com/iterative/dvc/issues/6823)
7878

79-
### [When running an experiment from the web interface with DVC, is there any way to get the new metrics to show on the commit created by Iterative Studio for the experiment?](https://discord.com/channels/485586884165107732/841856466897469441/957931058639306772)
80-
81-
Awesome question about Studio from @Benjamin-Etheredge!
82-
83-
In order to show the experiment results in Studio, you would have to commit and
84-
push the results as part of your CI (continuous integration) action. Here's an
85-
[example GitHub action script](https://github.com/iterative/demo-fashion-mnist/blob/main/.github/workflows/cml.yaml)
86-
that does this.
87-
88-
We do understand that it is not ideal that there are 2 commits, one with your
89-
changes and one with the results. We have been thinking about how this can be
90-
improved and it would be great to hear if you have
91-
[any thoughts/ideas](https://github.com/iterative/studio-support/)!
92-
9379
### [Is there a way to get DVC to import from a private repository?](https://discord.com/channels/485586884165107732/485596304961962003/964204106824695868)
9480

9581
Good question from @qubvel!
@@ -126,3 +112,6 @@ to stay up to date with specifics as we get closer to the event!
126112

127113
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
128114
CML questions answered!
115+
116+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
117+
to stay up to date with news and contributions from the Community!

content/blogs/2022-05-03-end-to-end-computer-vision-api-part-1-data-versioning-and-ml-pipelines.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ tags:
3535
- Computer Vision
3636
- DVC
3737
- CML
38-
- Studio
3938
- CI/CD
4039
- Experiment Tracking
4140
- Tutorial
@@ -311,3 +310,8 @@ In the second part, we’ll see how to get the most out of experiment tracking a
311310
management by seamlessly integrating [DVC](https://github.com/iterative/dvc),
312311
[DVCLive](https://github.com/iterative/dvclive), and
313312
[Iterative Studio](https://studio.datachain.ai/).
313+
314+
---
315+
316+
📰 [Join our Newsletter](https://share.hsforms.com/1KRL5_dTbQMKfV7nDD6V-8g4sbyq)
317+
to stay up to date with news and contributions from the Community!

0 commit comments

Comments
 (0)