Skip to content

Commit ff36281

Browse files
committed
updates for broken links
1 parent 49d0537 commit ff36281

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tutorial-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your environment meets the prerequisites and you know how to use ARM template
2828

2929
## Prerequisites
3030

31-
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/services/machine-learning/) before you begin.
31+
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/products/machine-learning/) before you begin.
3232

3333
* You need the [Azure CLI](/cli/azure/install-azure-cli) to use the CLI commands in this document from your **local environment**.
3434

articles/machine-learning/data-science-virtual-machine/reference-ubuntu-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ available in the `py38_pytorch` environment.
2828

2929
H2O is a fast, in-memory, distributed machine learning and predictive analytics platform. A Python package is installed in both the root and py35 Anaconda environments. An R package is also installed.
3030

31-
To open H2O from the command line, run `java -jar /dsvm/tools/h2o/current/h2o.jar`. You can configure various available[command-line options](http://docs.h2o.ai/h2o/latest-stable/h2o-docs/starting-h2o.html#from-the-command-line). Browse to the Flow web UI to `http://localhost:54321` to get started. JupyterHub offers sample notebooks.
31+
To open H2O from the command line, run `java -jar /dsvm/tools/h2o/current/h2o.jar`. You can configure various available command-line options. Browse to the Flow web UI to `http://localhost:54321` to get started. JupyterHub offers sample notebooks.
3232

3333
### TensorFlow
3434

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ df.head()
655655
> [!TIP]
656656
> Pandas is not designed to handle large datasets. Pandas can only process data that can fit into the memory of the compute instance.
657657
>
658-
> For large datasets, we recommend use of Azure Machine Learning managed Spark. This provides the [PySpark Pandas API](https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/index.html).
658+
> For large datasets, we recommend use of Azure Machine Learning managed Spark. This provides the [Pandas API on Spark](https://spark.apache.org/docs/latest/api/python/tutorial/pandas_on_spark/index.html).
659659

660660
You might want to iterate quickly on a smaller subset of a large dataset before scaling up to a remote asynchronous job. `mltable` provides in-built functionality to get samples of large data using the [take_random_sample](/python/api/mltable/mltable.mltable.mltable#mltable-mltable-mltable-take-random-sample) method:
661661

0 commit comments

Comments
 (0)