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
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-science.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,54 +10,54 @@ ms.custom: devx-track-python
10
10
author: timoklimmer
11
11
ms.author: tklimmer
12
12
ms.topic: conceptual
13
-
ms.date: 05/12/2021
13
+
ms.date: 04/17/2024
14
14
---
15
15
16
16
# Machine learning and data science tools on Azure Data Science Virtual Machines
17
-
Azure Data Science Virtual Machines (DSVMs) have a rich set of tools and libraries for machine learning available in popular languages, such as Python, R, and Julia.
17
+
Azure Data Science Virtual Machines (DSVMs) have a rich set of tools and libraries for machine learning. These resources are available in popular languages, such as Python, R, and Julia.
18
18
19
-
Here are some of the machine-learning tools and libraries on DSVMs.
19
+
The DSVM supports these machine-learning tools and libraries:
20
20
21
21
## Azure Machine Learning SDK for Python
22
22
23
-
See the full reference for the[Azure Machine Learning SDK for Python](../overview-what-is-azure-machine-learning.md).
23
+
For a full reference, visit[Azure Machine Learning SDK for Python](../overview-what-is-azure-machine-learning.md).
24
24
25
25
| Category | Value |
26
26
| ------------- | ------------- |
27
-
| What is it? | Azure Machine Learning is a cloud service that you can use to develop and deploy machine-learning models. You can track your models as you build, train, scale, and manage them by using the Python SDK. Deploy models as containers and run them in the cloud, on-premises, or on Azure IoT Edge. |
27
+
| What is it? |You can use the Azure Machine Learning cloud service to develop and deploy machine-learning models. You can use the Python SDK to track your models as you build, train, scale, and manage them. Deploy models as containers, and run them in the cloud, on-premises, or on Azure IoT Edge. |
28
28
| Supported editions | Windows (conda environment: AzureML), Linux (conda environment: py36) |
29
29
| Typical uses | General machine-learning platform |
30
30
| How is it configured or installed? | Installed with GPU support |
31
-
| How to use or run it | As a Python SDK and in the Azure CLI. Activate to the conda environment `AzureML` on Windows edition *or* to `py36` on Linux edition. |
32
-
| Link to samples |Sample Jupyter notebooks are included in the `AzureML` directory under notebooks. |
31
+
| How to use or run it | As a Python SDK and in the Azure CLI. Activate to the conda environment `AzureML` on the Windows edition *or*activate to `py36` on the Linux edition. |
32
+
| Link to samples |Find sample Jupyter notebooks in the `AzureML` directory, under notebooks. |
33
33
34
34
## H2O
35
35
36
36
| Category | Value |
37
37
| ------------- | ------------- |
38
-
| What is it? | An open-source AI platform that supports in-memory, distributed, fast, and scalable machine learning. |
38
+
| What is it? | An open-source AI platform that supports distributed, fast, in-memory, scalable machine learning. |
| How is it configured or installed? | H2O is installed in `/dsvm/tools/h2o`. |
42
-
| How to use or run it | Connect to the VM by using X2Go. Start a new terminal, and run `java -jar /dsvm/tools/h2o/current/h2o.jar`. Then start a web browser and connect to `http://localhost:54321`. |
43
-
| Link to samples |Samples are available on the VM in Jupyter under the `h2o` directory. |
42
+
| How to use or run it | Connect to the VM with X2Go. Start a new terminal, and run `java -jar /dsvm/tools/h2o/current/h2o.jar`. Then, start a web browser and connect to `http://localhost:54321`. |
43
+
| Link to samples |Find samples on the VM in Jupyter, under the `h2o` directory. |
44
44
45
-
There are several other machine-learning libraries on DSVMs, such as the popular `scikit-learn` package that's part of the Anaconda Python distribution for DSVMs. To check out the list of packages available in Python, R, and Julia, run the respective package managers.
45
+
There are several other machine-learning libraries on DSVMs - for example, the popular `scikit-learn` package that's part of the Anaconda Python distribution for DSVMs. For a list of packages available in Python, R, and Julia, run the respective package managers.
46
46
47
47
## LightGBM
48
48
49
49
| Category | Value |
50
50
| ------------- | ------------- |
51
-
| What is it? | A fast, distributed, high-performance gradient-boosting (GBDT, GBRT, GBM, or MART) framework based on decision tree algorithms. It's used for ranking, classification, and many other machine-learning tasks. |
51
+
| What is it? | A fast, distributed, high-performance gradient-boosting (GBDT, GBRT, GBM, or MART) framework based on decision tree algorithms. Machine-learning tasks - ranking, classification, etc. - use it. |
| How is it configured or installed? |On Windows, LightGBM is installed as a Python package. On Linux, the command-line executable is in `/opt/LightGBM/lightgbm`, the R package is installed, and Python packages are installed. |
54
+
| How is it configured or installed? | LightGBM is installed as a Python package on Windows. On Linux, the command-line executable is located in `/opt/LightGBM/lightgbm`. The R package is installed, and Python packages are installed. |
55
55
| Link to samples |[LightGBM guide](https://github.com/Microsoft/LightGBM/tree/master/examples/python-guide)|
56
56
57
57
## Rattle
58
58
| Category | Value |
59
59
| ------------- | ------------- |
60
-
| What is it? | A graphical user interface for data mining by using R. |
60
+
| What is it? | A graphical user interface for data mining that uses R. |
61
61
| Supported editions | Windows, Linux |
62
62
| Typical uses | General UI data-mining tool for R |
63
63
| How to use or run it | As a UI tool. On Windows, start a command prompt, run R, and then inside R, run `rattle()`. On Linux, connect with X2Go, start a terminal, run R, and then inside R, run `rattle()`. |
@@ -76,11 +76,11 @@ There are several other machine-learning libraries on DSVMs, such as the popular
76
76
## Weka
77
77
| Category | Value |
78
78
| ------------- | ------------- |
79
-
| What is it? | A collection of machine-learning algorithms for data-mining tasks. The algorithms can be either applied directly to a data set or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. |
79
+
| What is it? | A collection of machine-learning algorithms for data-mining tasks. You can either apply the algorithms directly, or call them from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. |
80
80
| Supported editions | Windows, Linux |
81
81
| Typical uses | General machine-learning tool |
82
82
| How to use or run it | On Windows, search for Weka on the **Start** menu. On Linux, sign in with X2Go, and then go to **Applications** > **Development** > **Weka**. |
83
-
| Link to samples |[Weka samples](https://www.cs.waikato.ac.nz/ml/weka/documentation.html)|
83
+
| Link to samples |[Weka samples](https://docs.weka.io/)|
84
84
85
85
## XGBoost
86
86
| Category | Value |
@@ -90,4 +90,4 @@ There are several other machine-learning libraries on DSVMs, such as the popular
90
90
| Typical uses | General machine-learning library |
91
91
| How is it configured or installed? | Installed with GPU support |
92
92
| How to use or run it | As a Python library (2.7 and 3.6+), R package, and on-path command-line tool (`C:\dsvm\tools\xgboost\bin\xgboost.exe` for Windows and `/dsvm/tools/xgboost/xgboost` for Linux) |
93
-
| Links to samples | Samples are included on the VM, in `/dsvm/tools/xgboost/demo` on Linux, and `C:\dsvm\tools\xgboost\demo` on Windows. |
93
+
| Links to samples | Samples are included on the VM, in `/dsvm/tools/xgboost/demo` on Linux, and `C:\dsvm\tools\xgboost\demo` on Windows. |
0 commit comments