Skip to content

Commit 0c3c99e

Browse files
committed
remove unused file
1 parent 19d0574 commit 0c3c99e

10 files changed

+16
-118
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,14 @@
630630
"redirect_url": "https://azure.microsoft.com/updates/?product=machine-learning-studio",
631631
"redirect_document_id": false
632632
},
633+
{
634+
"source_path_from_root": "/articles/machine-learning/studio/overview-what-is-machine-learning-studio.md",
635+
"redirect_url": "/azure/machine-learning/overview-what-is-azure-machine-learning#studio",
636+
"redirect_document_id": false
637+
},
633638
{
634639
"source_path_from_root": "/articles/machine-learning/studio/what-is-ml-studio.md",
635-
"redirect_url": "/azure/machine-learning/overview-what-is-machine-learning-studio#ml-studio-classic-vs-azure-machine-learning-studio",
640+
"redirect_url": "/azure/machine-learning/overview-what-is-azure-machine-learning#studio",
636641
"redirect_document_id": false
637642
},
638643
{
@@ -2772,7 +2777,7 @@
27722777
},
27732778
{
27742779
"source_path_from_root": "/articles/machine-learning/compare-azure-ml-to-studio-classic.md",
2775-
"redirect_url": "/azure/machine-learning/overview-what-is-machine-learning-studio#ml-studio-classic-vs-azure-machine-learning-studio",
2780+
"redirect_url": "/azure/machine-learning/migrate-overview",
27762781
"redirect_document_id": false
27772782
},
27782783
{

articles/machine-learning/concept-responsible-ai-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Responsible AI dashboard is accompanied by a [PDF scorecard](how-to-responsi
4040

4141
## Responsible AI dashboard components
4242

43-
The Responsible AI dashboard brings together, in a comprehensive view, various new and pre-existing tools. The dashboard integrates these tools with [Azure Machine Learning CLI v2, Azure Machine Learning Python SDK v2](concept-v2.md), and [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md). The tools include:
43+
The Responsible AI dashboard brings together, in a comprehensive view, various new and pre-existing tools. The dashboard integrates these tools with [Azure Machine Learning CLI v2, Azure Machine Learning Python SDK v2](concept-v2.md), and [Azure Machine Learning studio](overview-what-is-azure-machine-learning.md#studio). The tools include:
4444

4545
- [Data explorer](concept-data-analysis.md), to understand and explore your dataset distributions and statistics.
4646
- [Model overview and fairness assessment](concept-fairness-ml.md), to evaluate the performance of your model and evaluate your model's group fairness issues (how your model's predictions affect diverse groups of people).

articles/machine-learning/how-to-train-mlflow-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies:
154154

155155
Submit the local run and ensure you set the parameter `backend = "azureml" `. With this setting, you can submit runs locally and get the added support of automatic output tracking, log files, snapshots, and printed errors in your workspace.
156156

157-
View your runs and metrics in the [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md).
157+
View your runs and metrics in the [Azure Machine Learning studio](https://ml.azure.com).
158158

159159
```python
160160
local_env_run = mlflow.projects.run(uri=".",
@@ -198,7 +198,7 @@ dependencies:
198198

199199
Submit the mlflow project run and ensure you set the parameter `backend = "azureml" `. With this setting, you can submit your run to your remote compute and get the added support of automatic output tracking, log files, snapshots, and printed errors in your workspace.
200200

201-
View your runs and metrics in the [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md).
201+
View your runs and metrics in the [Azure Machine Learning studio](https://ml.azure.com).
202202

203203
```python
204204
remote_mlflow_run = mlflow.projects.run(uri=".",

articles/machine-learning/how-to-understand-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, automated ML generates the following charts based on experiment typ
3838
## View job results
3939

4040
After your automated ML experiment completes, a history of the jobs can be found via:
41-
- A browser with [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md)
41+
- A browser with [Azure Machine Learning studio](https://ml.azure.com)
4242
- A Jupyter notebook using the [JobDetails Jupyter widget](/python/api/azureml-widgets/azureml.widgets.rundetails)
4343

4444
The following steps and video, show you how to view the run history and model evaluation metrics and charts in the studio:

articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: automl, FY21Q4-aml-seo-hack, contperf-fy21q4, event-tier1-build-2022,
1515

1616
# Set up no-code AutoML training with the studio UI
1717

18-
In this article, you learn how to set up AutoML training jobs without a single line of code using Azure Machine Learning automated ML in the [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md).
18+
In this article, you learn how to set up AutoML training jobs without a single line of code using Azure Machine Learning automated ML in the [Azure Machine Learning studio](overview-what-is-azure-machine-learning.md#studio.md).
1919

2020
Automated machine learning, AutoML, is a process in which the best machine learning algorithm to use for your specific data is selected for you. This process enables you to generate machine learning models quickly. [Learn more about how Azure Machine Learning implements automated machine learning](concept-automated-ml.md).
2121

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ To register and view a model from a job, use the following steps:
277277
mlflow.register_model(model_uri,"registered_model_name")
278278
```
279279

280-
1. View the registered model in your workspace with [Azure Machine Learning studio](overview-what-is-machine-learning-studio.md).
280+
1. View the registered model in your workspace with [Azure Machine Learning studio](https://ml.azure.com).
281281

282282
In the following example the registered model, `my-model` has MLflow tracking metadata tagged.
283283

articles/machine-learning/overview-what-is-machine-learning-studio.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

articles/machine-learning/v1/concept-azure-machine-learning-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Azure Machine Learning provides the following monitoring and logging capabilitie
260260

261261
### Studio
262262

263-
[Azure Machine Learning studio](../overview-what-is-machine-learning-studio.md) provides a web view of all the artifacts in your workspace. You can view results and details of your datasets, experiments, pipelines, models, and endpoints. You can also manage compute resources and datastores in the studio.
263+
[Azure Machine Learning studio](../overview-what-is-azure-machine-learning.md#studio.md) provides a web view of all the artifacts in your workspace. You can view results and details of your datasets, experiments, pipelines, models, and endpoints. You can also manage compute resources and datastores in the studio.
264264

265265
The studio is also where you access the interactive tools that are part of Azure Machine Learning:
266266

articles/machine-learning/v1/how-to-connect-data-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: data4ml, event-tier1-build-2022, ignite-2022
1616

1717
# Connect to data with the Azure Machine Learning studio
1818

19-
In this article, learn how to access your data with the [Azure Machine Learning studio](../overview-what-is-machine-learning-studio.md). Connect to your data in storage services on Azure with [Azure Machine Learning datastores](how-to-access-data.md), and then package that data for tasks in your ML workflows with [Azure Machine Learning datasets](how-to-create-register-datasets.md).
19+
In this article, learn how to access your data with the [Azure Machine Learning studio](https://ml.azure.com). Connect to your data in storage services on Azure with [Azure Machine Learning datastores](how-to-access-data.md), and then package that data for tasks in your ML workflows with [Azure Machine Learning datasets](how-to-create-register-datasets.md).
2020

2121
The following table defines and summarizes the benefits of datastores and datasets.
2222

articles/machine-learning/v1/how-to-use-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To register and view a model from a run, use the following steps:
324324
mlflow.register_model(model_uri,"registered_model_name")
325325
```
326326

327-
1. View the registered model in your workspace with [Azure Machine Learning studio](../overview-what-is-machine-learning-studio.md).
327+
1. View the registered model in your workspace with [Azure Machine Learning studio](https://ml.azure.com).
328328

329329
In the following example the registered model, `my-model` has MLflow tracking metadata tagged.
330330

0 commit comments

Comments
 (0)