You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,23 +173,12 @@ Or you can check out the videos on
174
173
175
174
And of course, you can always ask questions in the Discord community!
176
175
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
-
191
176
---
192
177
193
178

194
179
195
180
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
Copy file name to clipboardExpand all lines: content/blogs/2022-02-28-february-22-community-gems.md
+3-49Lines changed: 3 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,18 +57,6 @@ Check out
57
57
[this open issue with experiments](https://github.com/iterative/dvc/issues/6181)
58
58
for more details and to provide feedback.
59
59
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
### [Can CML self-hosted runners stop the instance after the idle timeout instead of terminating?](https://discord.com/channels/485586884165107732/728693131557732403/933674203796873226)
73
61
74
62
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
83
71
experimentation time) on an AWS EC2 instance, you could
### [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
-
103
74
### [How can I use one `dvc.yaml` file with multiple pipeline folders with different `params.yaml` files?](https://discord.com/channels/485586884165107732/485596304961962003/939099847288578079)
104
75
105
76
@louisv, thanks for this question!
@@ -122,26 +93,6 @@ stages:
122
93
- ${item}.cln
123
94
```
124
95
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
-
145
96
---
146
97
147
98

@@ -153,3 +104,6 @@ to stay up to date with specifics as we get closer to the event!
153
104
154
105
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
### [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
### [Is there a way to get DVC to import from a private repository?](https://discord.com/channels/485586884165107732/485596304961962003/964204106824695868)
94
80
95
81
Good question from @qubvel!
@@ -126,3 +112,6 @@ to stay up to date with specifics as we get closer to the event!
126
112
127
113
[Join us in Discord](https://discord.com/invite/dvwXA2N) to get all your DVC and
0 commit comments