Skip to content

Commit 4b864c9

Browse files
authored
Minor updates to Modin readme (oneapi-src#594)
Fixed some punctuation and capitalization.
1 parent 17d6c1c commit 4b864c9

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `Intel Modin Getting Started` Sample
2-
This Getting Started sample code show how to use distributed Pandas using the 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 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
77
| Hardware | Intel Atom® Processors; Intel® Core™ Processor Family; Intel® Xeon® Processor Family; Intel® Xeon® Scalable Performance Processor Family
88
| Software | Modin, Intel® oneAPI AI Analytics Toolkit
9-
| What you will learn | basic Intel Distribution of Modin programming model for Intel CPU
9+
| What you will learn | Basic Intel Distribution of Modin programming model for Intel CPU
1010
| Time to complete | 5-8 minutes
1111

1212
## Purpose
@@ -22,7 +22,7 @@ This Getting Started sample code is implemented for CPU using the Python languag
2222
Code samples are licensed under the MIT license. See
2323
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
2424

25-
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt)
25+
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
2626

2727
## Building Modin for CPU
2828

@@ -68,7 +68,7 @@ source activate user-intel-aikit-modin
6868

6969
### Install Jupyter Notebook
7070

71-
Launch Jupyter Notebook in the directory housing the code example
71+
Launch Jupyter Notebook in the directory housing the code example:
7272

7373
```
7474
conda install jupyter nb_conda_kernels
@@ -77,7 +77,7 @@ conda install jupyter nb_conda_kernels
7777
#### View in Jupyter Notebook
7878

7979

80-
Launch Jupyter Notebook in the directory housing the code example
80+
Launch Jupyter Notebook in the directory housing the code example:
8181

8282
```
8383
jupyter notebook
@@ -87,13 +87,13 @@ jupyter notebook
8787

8888
### Run as Jupyter Notebook
8989

90-
Open .ipynb file and run cells in Jupyter Notebook using the "Run" button (see the image using "daal4py Hello World" sample)
90+
Open .ipynb file and run cells in Jupyter Notebook using the "Run" button (see the image using "daal4py Hello World" sample):
9191

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

9494
### Run as Python File
9595

96-
Open notebook in Jupyter and download as python file (see the image using "daal4py Hello World" sample)
96+
Open notebook in Jupyter and download as python file (see the image using "daal4py Hello World" sample):
9797

9898
![Download as python file in the Jupyter Notebook](Jupyter_Save_Py.jpg "Download as python file in the Jupyter Notebook")
9999

@@ -102,4 +102,4 @@ Run the Program
102102
`python IntelModin_GettingStarted.py`
103103

104104
##### Expected Printed Output:
105-
Expected Cell Output is shown in IntelModin_GettingStarted.ipynb
105+
Expected Cell Output is shown in IntelModin_GettingStarted.ipynb.

0 commit comments

Comments
 (0)