Skip to content

Commit 40f715c

Browse files
bdmoore1praveenkk123
authored andcommitted
Update Readme (oneapi-src#736)
Changed URL for installation.
1 parent 80f7728 commit 40f715c

File tree

1 file changed

+9
-9
lines changed
  • AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted

1 file changed

+9
-9
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# `Intel Modin Getting Started` Sample
2-
This Getting Started sample code shows how to use distributed Pandas using the Intel® Distribution of Modin* package. It demonstrates how to use software products that can be found in the [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html).
2+
This Getting Started sample code shows how to use distributed Pandas using the Intel® Distribution of Modin* package. It demonstrates how to use software products that can be found in the [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html).
33

44
| Optimized for | Description
55
| :--- | :---
66
| OS | 64-bit Linux: Ubuntu 18.04 or higher
7-
| Hardware | Intel Atom® Processors; Intel® Core™ Processor Family; Intel® Xeon® Processor Family; Intel® Xeon® Scalable processor family
7+
| Hardware | Intel Atom® Processors; Intel® Core™ Processor Family; Intel® Xeon® Processor Family; Intel® Xeon® Scalable Performance Processor Family
88
| Software | Intel Distribution of Modin*, Intel® oneAPI AI Analytics Toolkit
99
| What you will learn | Basic Intel Distribution of Modin* programming model for Intel CPU
1010
| Time to complete | 5-8 minutes
1111

1212
## Purpose
13-
Intel Distribution of Modin* uses Ray or Dask to provide an effortless way to speed up your Pandas notebooks, scripts, and libraries. Unlike other distributed DataFrame libraries, Intel Distribution of Modin* provides seamless integration and compatibility with existing Pandas code.
13+
Intel Distribution of Modin* uses Ray or Dask to provide an effortless way to speed up your Pandas notebooks, scripts, and libraries. Unlike other distributed DataFrame libraries, Intel Distribution of Modin* provides seamless integration and compatibility with existing Pandas code.
1414

1515
In this sample, you will run Intel Distribution of Modin*-accelerated Pandas functions and note the performance gain when compared to "stock" (aka standard) Pandas functions.
1616

1717
## Key Implementation Details
18-
This Getting Started sample code is implemented for CPU using the Python language. The example assumes you have Pandas and MoIntel Distribution of Modin* installed inside a conda environment, similar to what is directed by the [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html).
18+
This Getting Started sample code is implemented for CPU using the Python language. The example assumes you have Pandas and MoIntel Distribution of Modin* installed inside a conda environment, similar to what is directed by the [Intel® oneAPI AI Analytics Toolkit](https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/conda/install-intel-ai-analytics-toolkit-via-conda.html).
1919

2020
## License
2121

@@ -26,11 +26,11 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
2626

2727
## Building Intel Distribution of Modin* for CPU
2828

29-
Intel® Distribution of Modin* is ready for use once you finish the Intel® Distribution of Modin* installation and have run the post installation script.
29+
Intel Distribution of Modin* is ready for use once you finish the Intel Distribution of Modin installation and have run the post installation script.
3030

31-
For this sample, you will also have to install the matplotlib module.
31+
For this sample, you will also have to install the matplotlib module.
3232

33-
Please install matplotlib with the command:
33+
Please install matplotlib with the command:
3434

3535
```
3636
conda install -c intel matplotlib
@@ -41,7 +41,7 @@ You can refer to the oneAPI [main page](https://software.intel.com/en-us/oneapi)
4141

4242
### Activate conda environment With Root Access
4343

44-
Please follow the Getting Started Guide steps (above) to set up your oneAPI environment with the `setvars.sh` script and [Intel® Distribution of Modin* environment installation] (https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html). Then navigate in Linux shell to your oneapi installation path, typically `/opt/intel/oneapi/` when installed as root or sudo, and `~/intel/oneapi/` when not installed as a superuser. If you customized the installation folder, the `setvars.sh` file is in your custom folder.
44+
Please follow the Getting Started Guide steps (above) to set up your oneAPI environment with the `setvars.sh` script and [Intel Distribution of Modin environment installation](https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/conda/install-intel-ai-analytics-toolkit-via-conda.html). Then navigate in Linux shell to your oneapi installation path, typically `/opt/intel/oneapi/` when installed as root or sudo, and `~/intel/oneapi/` when not installed as a superuser. If you customized the installation folder, the `setvars.sh` file is in your custom folder.
4545

4646
Activate the conda environment with the following command:
4747

@@ -91,7 +91,7 @@ Open .ipynb file and run cells in Jupyter Notebook using the "Run" button (see t
9191

9292
![Click the Run Button in the Jupyter Notebook](Jupyter_Run.jpg "Run Button on Jupyter Notebook")
9393

94-
#### Intel® DevCloud for oneAPI JupyterLab
94+
#### Intel® DevCloud for oneAPI JupyterLab
9595

9696
Please note that as of right now, this sample cannot be run on Intel® DevCloud for oneAPI JupyterLab due to conflicts between the Intel® DevCloud for oneAPI JupyterLab platform and Modin dependencies. This is a known issue that Intel is currently working on resolving. Thank you for your patience.
9797

0 commit comments

Comments
 (0)