Skip to content

Commit 77f4d97

Browse files
authored
Merge pull request #86697 from v-rihow/dsvm-tools-explore-and-visualize
edit pass: dsvm-tools-explore-and-visualize
2 parents e4a3309 + 65adb43 commit 77f4d97

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tools-explore-and-visualize.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,44 +22,44 @@ ms.author: vijetaj
2222

2323
# Data exploration and visualization tools on the Data Science Virtual Machine
2424

25-
A key step in data science is to understand the data. Visualization and data exploration tools help accelerate data understanding. Here are some tools provided on the DSVM that make this key step easier.
25+
In data science, the key is to understand the data. Visualization and data exploration tools help accelerate data understanding. The following tools, which are provided on the Data Science Virtual Machine (DSVM), make this key step easier.
2626

2727
## Apache Drill
2828
| | |
2929
| ------------- | ------------- |
30-
| What is it? | Open source SQL query engine on Big data |
31-
| Supported DSVM Versions | Windows, Linux |
32-
| How is it configured / installed on the DSVM? | Installed in `/dsvm/tools/drill*` in embedded mode only |
33-
| Typical Uses | In-situ Data exploration without requiring ETL. Query different data sources and formats including CSV, JSON, relational tables, Hadoop |
34-
| How to use / run it? | Desktop Shortcut <br/> [Get started with Drill in 10 minutes](https://drill.apache.org/docs/drill-in-10-minutes/) |
35-
| Related Tools on the DSVM | Rattle, Weka, SQL Server Management Studio |
30+
| What is it? | Open-source SQL query engine on big data |
31+
| Supported DSVM versions | Windows, Linux |
32+
| How is it configured and installed on the DSVM? | Installed in `/dsvm/tools/drill*` in embedded mode only |
33+
| Typical uses | For in-place data exploration without requiring extract, transform, load (ETL). Query different data sources and formats, including CSV, JSON, relational tables, and Hadoop. |
34+
| How to use and run it | Desktop shortcut <br/> [Get started with Drill in 10 minutes](https://drill.apache.org/docs/drill-in-10-minutes/) |
35+
| Related tools on the DSVM | Rattle, Weka, SQL Server Management Studio |
3636

3737
## Weka
3838
| | |
3939
| ------------- | ------------- |
40-
| What is it? | Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. |
40+
| What is it? | A collection of machine-learning algorithms for data mining tasks. These algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data preprocessing, classification, regression, clustering, association rules, and visualization. |
4141
| Supported DSVM Editions | Windows, Linux |
42-
| Typical Uses | General ML Tool |
43-
| How to use / run it? | On Windows, search for Weka in the Start Menu. On Linux, sign in with X2Go, then navigate to Applications -> Development -> Weka. |
42+
| Typical uses | General machine-learning tool |
43+
| How to use and run it | On Windows, search for Weka on the Start menu. On Linux, sign in with X2Go, and then go to Applications > Development > Weka. |
4444
| Links to Samples | [Weka samples](https://www.cs.waikato.ac.nz/ml/weka/documentation.html) |
45-
| Related Tools on the DSVM |LightGBM, Rattle, Xgboost |
45+
| Related tools on the DSVM |LightGBM, Rattle, Xgboost |
4646

4747
## Rattle
4848
| | |
4949
| ------------- | ------------- |
50-
| What is it? | A Graphical User Interface for Data Mining using R |
50+
| What is it? | A graphical user interface (GUI) for data mining using R |
5151
| Supported DSVM Editions | Windows, Linux |
52-
| Typical Uses | General UI Data Mining tool for R |
53-
| How to use / run it? | UI tool. On Windows, start a Command Prompt, run R, then inside R run `rattle()`. On Linux, connect with X2Go, start a terminal, run R, then inside R run `rattle()`. |
54-
| Links to Samples | [Rattle](https://togaware.com/onepager/) |
55-
| Related Tools on the DSVM |LightGBM, Weka, Xgboost |
52+
| Typical uses | General UI Data Mining tool for R |
53+
| How to use and run it | UI tool. On Windows, open 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()`. |
54+
| Links to samples | [Rattle](https://togaware.com/onepager/) |
55+
| Related tools on the DSVM |LightGBM, Weka, Xgboost |
5656

5757
## Power BI Desktop
5858
| | |
5959
| ------------- | ------------- |
60-
| What is it? | Interactive Data Visualization and BI Tool |
61-
| Supported DSVM Versions | Windows |
62-
| Typical Uses | Data Visualization and building Dashboards |
63-
| How to use / run it? | Desktop Shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
64-
| Related Tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
60+
| What is it? | Interactive data visualization and BI tool |
61+
| Supported DSVM versions | Windows |
62+
| Typical uses | Data visualization and building dashboards |
63+
| How to use and run it | Desktop shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
64+
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
6565

0 commit comments

Comments
 (0)