Skip to content
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

Switching out references of Iterative Studio to DVC Studio #4911

Merged
merged 5 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/dvclive/live/log_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ with Live() as live:
live.next_step()
```

In [Iterative Studio](https://studio.iterative.ai/) and the
In [DVC Studio](https://studio.iterative.ai/) and the
[DVC Extension for VSCode](https://marketplace.visualstudio.com/items?itemName=Iterative.dvc),
folders following this pattern will be rendered using an image slider:

Expand Down
12 changes: 6 additions & 6 deletions content/docs/studio/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
You can submit your experiments from your favorite interface - whether it is
Jupyter Notebooks, a code editor or IDE like [VS Code](/doc/vs-code-extension),
the Python cli, the bash terminal, etc. To quickly start tracking your
experiments with Iterative Studio:
experiments with DVC Studio:

- Click on `Add a project` to connect Iterative Studio to your ML project's Git
- Click on `Add a project` to connect DVC Studio to your ML project's Git
repository.

- In your model training environment, install [DVCLive]:
Expand Down Expand Up @@ -42,16 +42,16 @@ experiments with Iterative Studio:
```

- The metrics and plots will be [tracked live][live-metrics-and-plots] in the
project in Iterative Studio.
project in DVC Studio.

## More ways to run and track experiments

Iterative Studio offers more ways to run and track experiments - you can:
DVC Studio offers more ways to run and track experiments - you can:

- set up reproducible pipelines with DVC,
- submit new experiments from the VS Code IDE,
- submit new experiments from Iterative Studio, and have them run in your own
cloud infrastructure.
- submit new experiments from DVC Studio, and have them run in your own cloud
infrastructure.

For details on all these, check out the
[`experiment management user guide`](/doc/studio/user-guide/experiments).
Expand Down
14 changes: 7 additions & 7 deletions content/docs/studio/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Iterative Studio
# DVC Studio

[Iterative Studio](https://studio.iterative.ai/) is a web application that
enables Machine Learning teams to seamlessly
[DVC Studio](https://studio.iterative.ai/) is a web application that enables
Machine Learning teams to seamlessly

- [Run and track experiments](/doc/studio/experiments)
- [Manage model lifecycle](/doc/studio/model-registry)
Expand All @@ -11,15 +11,15 @@ It works on top of [DVC](https://dvc.org/) and [Git](https://git-scm.com/),
maintaining Git as the single-source-of-truth for your data, experiments and
models.

Sign in to [Iterative Studio](https://studio.iterative.ai/) using your
GitHub.com, GitLab.com, or Bitbucket.org account, or with your email address.
Explore the demo projects and models, and
Sign in to [DVC Studio](https://studio.iterative.ai/) using your GitHub.com,
GitLab.com, or Bitbucket.org account, or with your email address. Explore the
demo projects and models, and
[let us know](/doc/studio/user-guide/troubleshooting#support) if you need any
help getting started.

https://www.youtube.com/watch?v=w-UjAbdpRY4

## Why Iterative Studio?
## Why DVC Studio?

- Simplify ML experiment tracking, visualization, and collaboration on top of
Git.
Expand Down
12 changes: 6 additions & 6 deletions content/docs/studio/model-registry.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Manage models

Iterative Studio provides a model registry that you can access by clicking on
the [`Models` tab](https://studio.iterative.ai/user/-/models). Your project's
DVC Studio provides a model registry that you can access by clicking on the
[`Models` tab](https://studio.iterative.ai/user/-/models). Your project's
`dvc.yaml` files are used to identify ML models and
[specially formatted Git tags](/doc/gto/user-guide#git-tags-format) are used to
identify model versions and stage assignments.

To quickly start tracking your models in the Iterative Studio model registry:
To quickly start tracking your models in the DVC Studio model registry:

- Click on `Add a project` to connect Iterative Studio to your ML project's Git
- Click on `Add a project` to connect DVC Studio to your ML project's Git
repository.

- In your model training environment, install [DVCLive](/doc/dvclive):
Expand Down Expand Up @@ -49,10 +49,10 @@ To quickly start tracking your models in the Iterative Studio model registry:

## More ways to add models

Iterative Studio offers more ways to add models to the model registry - you can:
DVC Studio offers more ways to add models to the model registry - you can:

- edit `dvc.yaml` directly and add your model to artifacts section, or
- add models from the Iterative Studio interface.
- add models from the DVC Studio interface.

Find the complete tutorial
[here](/doc/studio/user-guide/model-registry/add-a-model).
Expand Down
4 changes: 2 additions & 2 deletions content/docs/studio/self-hosting/installation/aws-ami.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Replace the strings marked with `< >`
ubuntu@ami:~$ helm install --wait studio iterative/studio --namespace studio -f values.yaml
```

16. You're done! Access Iterative Studio by opening the configured hostname in
your browser
16. You're done! Access DVC Studio by opening the configured hostname in your
browser

![](/img/studio-selfhosted-ami-9.png)
2 changes: 1 addition & 1 deletion content/docs/studio/self-hosting/installation/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Self-hosting Studio

Studio Enterprise users can host Iterative Studio on their own infrastructure
Studio Enterprise users can host DVC Studio on their own infrastructure
(on-premises) or in their cloud accounts.

Please note that our support is needed to make the Studio's cloud/Docker images
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Billing and Payment

Studio is free for individuals and teams with up to 2 members. The Free plan is
designed for teams that are starting out: you can invite one other team member
and import as many repositories as you want.
DVC Studio is free for individuals and teams with up to 2 members. The Free plan
is designed for teams that are starting out: you can invite one other team
member and import as many repositories as you want.

For more advanced collaboration, you can switch to the Basic or Enterprise
plans. These are paid plans, and in this page you will learn how to manage
Expand All @@ -21,8 +21,8 @@ billing and payment for them.

## Difference between Free, Basic, and Enterprise plans

A detailed comparison of the different plans can be found in the Iterative
Studio [pricing page](https://studio.iterative.ai/pricing).
A detailed comparison of the different plans can be found in the DVC Studio
[pricing page](https://studio.iterative.ai/pricing).

## How to sign up for the Basic or Enterprise plans

Expand All @@ -42,8 +42,8 @@ details]).

For Basic plans, invoice amount is calculated based on the number of seats in
the team. All invoice amounts are calculated for one billing period at a time. A
billing period is one month long. The price per seat can be found in the
Iterative Studio [pricing page](https://studio.iterative.ai/pricing).
billing period is one month long. The price per seat can be found in the DVC
Studio [pricing page](https://studio.iterative.ai/pricing).

For example, suppose you have a team with 5 seats. At a monthly rate of $40 per
seat, the total payable amount for the team would be $40 x 5 = $200 per month.
Expand Down Expand Up @@ -107,7 +107,7 @@ subscription at the end of the billing period.

At the end of your billing period, if we are unable to process your payment, you
will enter a grace period of 5 days during which you must provide valid payment.
During this time you will continue to have full access to Iterative Studio.
During this time you will continue to have full access to DVC Studio.

Your account's primary email address will be notified after each failed payment.
Payments may be retried up to 4 times. To provide a new payment method, go to
Expand Down Expand Up @@ -139,6 +139,6 @@ you see your payment history and get a copy of your invoices.

## Other questions

You can find answers to other frequently asked questions in the Iterative Studio
You can find answers to other frequently asked questions in the DVC Studio
[FAQ page](https://studio.iterative.ai/faq). If you have any other questions,
please [contact us].
34 changes: 17 additions & 17 deletions content/docs/studio/user-guide/account-and-billing/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Account Management

To open your account settings, click on your user icon on the top right corner
of Iterative Studio, and go to your `Profile`. You can view and update the
following settings:
of DVC Studio, and go to your `Profile`. You can view and update the following
settings:

- [Personal details](#personal-details), including name, username and email
addresses
Expand Down Expand Up @@ -34,13 +34,13 @@ You can edit your name as well as username.

### Managing email addresses

You can add multiple email addresses to a single Iterative Studio account. You
can login to the account with any of your verified email addresses as long as
you have set up a password for your account. This is true even if you signed up
You can add multiple email addresses to a single DVC Studio account. You can
login to the account with any of your verified email addresses as long as you
have set up a password for your account. This is true even if you signed up
using your GitHub, GitLab, or Bitbucket.

One of your email addresses must be designated as primary. This is the address
to which Iterative Studio will send all your account notification emails.
to which DVC Studio will send all your account notification emails.

You can change your primary email address by clicking on the `Primary` button
next to the email address which you want to designate as primary.
Expand All @@ -54,8 +54,8 @@ page.

### Studio access token

Iterative Studio uses access tokens to authorize [DVC] and [DVCLive] to send
experiment updates, and to authenticate you in Studio
DVC Studio uses access tokens to authorize [DVC] and [DVCLive] to send
experiment updates, and to authenticate you in the DVC Studio
[REST API](/doc/studio/rest-api).

In the `Studio access token` section of your [Profile] page, you can generate a
Expand Down Expand Up @@ -209,15 +209,15 @@ In this section, you can,

- Connect to GitHub.com, GitLab.com or Bitbucket.org.

When you connect to a Git hosting provider, you will be prompted to grant
Iterative Studio access to your account.
When you connect to a Git hosting provider, you will be prompted to grant DVC
Studio access to your account.

To connect to your GitHub repositories, you must install the Iterative Studio
GitHub app. Refer to the section on
To connect to your GitHub repositories, you must install the DVC Studio GitHub
app. Refer to the section on
[GitHub app installation](/doc/studio/user-guide/git-integrations/github-app)
for more details.

Note that if you signed up to use Iterative Studio using your GitHub, GitLb or
Note that if you signed up to use DVC Studio using your GitHub, GitLb or
Bitbucket account, integration with that Git account will have been created
during sign up.

Expand All @@ -228,9 +228,9 @@ In this section, you can,
in the [team settings].

- Disconnect from your GitHub, GitLab, or Bitbucket accounts.
- Configure your GitHub account connection. That is, install the Iterative
Studio GitHub app on additional organizations or repositories, or even remove
the app from organizations or repositories where you no longer need it.
- Configure your GitHub account connection. That is, install the DVC Studio
GitHub app on additional organizations or repositories, or even remove the app
from organizations or repositories where you no longer need it.

## Delete account

Expand All @@ -240,7 +240,7 @@ are absolutely sure that you do not need those projects or links anymore.

<admon>

Deleting your account in Iterative Studio does not delete your Git repositories.
Deleting your account in DVC Studio does not delete your Git repositories.

</admon>

Expand Down
22 changes: 10 additions & 12 deletions content/docs/studio/user-guide/experiments/configure-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ during the initial [create project] flow.
Here, the [data remotes](/doc/user-guide/data-management/remote-storage) (cloud
storage or another location outside the Git repo) that are used in your DVC repo
will be listed. If you want your project to include data stored in these data
remotes, you will have to add credentials to grant Iterative Studio access to
the data remotes. Credentials that you have already added to your account are
listed in this section, and you can select them to add them to the project.
remotes, you will have to add credentials to grant DVC Studio access to the data
remotes. Credentials that you have already added to your account are listed in
this section, and you can select them to add them to the project.

![](https://static.iterative.ai/img/studio/view_settings_credentials.png)

Expand All @@ -66,8 +66,8 @@ Any credentials that you
[add in your profile page](/doc/studio/user-guide/account-and-billing#cloud-credentials)
are also available in your project settings page.

Note that Iterative Studio uses the credentials only to read plots/metrics files
if they are not saved in Git. It does not access any other data in your remote
Note that DVC Studio uses the credentials only to read plots/metrics files if
they are not saved in Git. It does not access any other data in your remote
storage. And you do not need to provide the credentials if any DVC data remote
is not used in your Git repository.

Expand All @@ -79,8 +79,7 @@ is not used in your Git repository.
## Commits and columns

You can specify which Git commits and columns should be imported from your Git
repository to your project in Iterative Studio, and which ones should be
excluded.
repository to your project in DVC Studio, and which ones should be excluded.

### Start date/time

Expand Down Expand Up @@ -108,11 +107,10 @@ If your project is missing some required columns, then it is likely that
<admon type="warn">

The **Columns** setting was earlier called **Tracking scope** or **Mandatory
columns** and behaved slightly differently. Iterative Studio would always import
up to 200 columns. This meant that if you selected only 5 columns, Iterative
Studio would still import another 195 columns, unless your repository did not
have so many columns. This behavior is now obsolete, and only selected columns
are imported.
columns** and behaved slightly differently. DVC Studio would always import up to
200 columns. This meant that if you selected only 5 columns, DVC Studio would
still import another 195 columns, unless your repository did not have so many
columns. This behavior is now obsolete, and only selected columns are imported.

</admon>

Expand Down
14 changes: 7 additions & 7 deletions content/docs/studio/user-guide/experiments/create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ In this section, you will learn how to:

To add a new project, follow these steps.

1. Sign in to [Iterative Studio](https://studio.iterative.ai/) using your
GitHub.com, GitLab.com, or Bitbucket.org account, or with your email address.
1. Sign in to [DVC Studio](https://studio.iterative.ai/) using your GitHub.com,
GitLab.com, or Bitbucket.org account, or with your email address.

2. Click on `Add a Project`. All the organizations that you have access to will
be listed.
Expand All @@ -22,7 +22,7 @@ To add a new project, follow these steps.
that
[the connection to your Git server has been set up](/doc/studio/user-guide/account-and-billing#git-integrations).

To connect to your GitHub repositories, you must install the Iterative Studio
To connect to your GitHub repositories, you must install the DVC Studio
GitHub app. Refer to the section on
[GitHub app installation](/doc/studio/user-guide/git-integrations/github-app)
for more details.
Expand Down Expand Up @@ -59,7 +59,7 @@ To add a new project, follow these steps.
<admon type = "tip">

You can create multiple projects at once by providing up to 10
comma-separated values. Iterative Studio will create one project for each
comma-separated values. DVC Studio will create one project for each
sub-directory in the list.

</admon>
Expand All @@ -70,8 +70,8 @@ You should now see that the project has been added in your dashboard.

## Create multiple projects from a single Git repository

You can create multiple projects in Iterative Studio from a single Git
repository and apply different settings to them.
You can create multiple projects in DVC Studio from a single Git repository and
apply different settings to them.

One use case for this is if you have a
**[monorepo](https://en.wikipedia.org/wiki/Monorepo)** with multiple ML
Expand All @@ -82,7 +82,7 @@ For each ML project in the monorepo, follow the
the Git repository. On the additional settings page [specify the sub-directory]
(or up to 10 comma-separated values) in which the desired ML project resides.

This way, you will have multiple Iterative Studio projects for your single Git
This way, you will have multiple DVC Studio projects for your single Git
repository, with each project presenting values from a different sub-directory.

[specify the sub-directory]:
Expand Down
Loading
Loading