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
* Update README.md
Update Modin* name by Stefana Raileanu
* Update README.md
Update Modin* name by Stefana Raileanu
* Update sample.json
Update Modin* name by Stefana Raileanu
* Update README.md
Update Modin* name by Stefana Raileanu
* Update sample.json
You can run the Jupyter notebook with the sample code on your local server or download the sample code from the notebook as a Python file and run it locally.
Copy file name to clipboardExpand all lines: AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"guid": "AE280EFE-9EB1-406D-B32D-5991F707E195",
3
-
"name": "Intel® Distribution of Modin* Getting Started",
3
+
"name": "Modin* Getting Started",
4
4
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
5
-
"description": "This sample illustrates how to use Modin accelerated Pandas functions and notes the performance gain when compared to standard Pandas functions",
5
+
"description": "This sample illustrates how to use Modin* accelerated Pandas functions and notes the performance gain when compared to standard Pandas functions",
Copy file name to clipboardExpand all lines: AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas/README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Modin Vs. Pandas Performance Sample
1
+
# Modin* Vs. Pandas Performance Sample
2
2
3
-
The `Modin Vs. Pandas Performance` code illustrates how to use Modin* to replace the Pandas API. The sample compares the performance of Modin and the performance of Pandas for specific dataframe operations.
3
+
The `Modin* Vs. Pandas Performance` code illustrates how to use Modin* to replace the Pandas API. The sample compares the performance of Modin* and the performance of Pandas for specific dataframe operations.
4
4
5
5
| Area | Description
6
6
|:--- |:---
7
7
| Category | Concepts and Functionality
8
-
| What you will learn | How to accelerate the Pandas API using Modin.
8
+
| What you will learn | How to accelerate the Pandas API using Modin*.
9
9
| Time to complete | Less than 10 minutes
10
10
11
11
## Purpose
@@ -19,17 +19,17 @@ You can run the sample locally or in Google Colaboratory (Colab).
This code sample is implemented for CPU using Python programming language. The sample requires NumPy, Pandas, Modin libraries, and the time module in Python.
26
+
This code sample is implemented for CPU using Python programming language. The sample requires NumPy, Pandas, Modin* libraries, and the time module in Python.
27
27
28
28
## Environment Setup
29
29
30
30
If you want to run the sample on a local system using a command-line interface (CLI), you must install the Modin in a new Conda* environment first.
31
31
32
-
### Install Modin
32
+
### Install Modin*
33
33
34
34
1. Create a Conda environment.
35
35
```
@@ -65,7 +65,7 @@ If you want to run the sample on a local system using a command-line interface (
65
65
ipython Modin_Vs_Pandas.ipynb
66
66
```
67
67
68
-
## Run the `Modin Vs Pandas Performance` Sample in Google Colaboratory
68
+
## Run the `Modin* Vs Pandas Performance` Sample in Google Colaboratory
69
69
70
70
1. Change to the directory containing the `Modin_Vs_Pandas.ipynb` notebook file on your local system.
|Inference Optimization| Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-PyTorch](INC-Quantization-Sample-for-PyTorch) | Performs INT8 quantization on a Hugging Face BERT model.
20
20
|Inference Optimization| Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-Tensorflow](INC-Sample-for-Tensorflow) | Quantizes a FP32 model into INT8 by Intel® Neural Compressor (INC) and compares the performance between FP32 and INT8.
21
-
|Data Analytics <br/> Classical Machine Learning | Modin | [Modin_GettingStarted](Modin_GettingStarted) | Run Modin-accelerated Pandas functions and note the performance gain.
22
-
|Data Analytics <br/> Classical Machine Learning | Modin |[Modin_Vs_Pandas](Modin_Vs_Pandas)| Compares the performance of Intel® Distribution of Modin* and the performance of Pandas.
21
+
|Data Analytics <br/> Classical Machine Learning | Modin* | [Modin_GettingStarted](Modin_GettingStarted) | Run Modin*-accelerated Pandas functions and note the performance gain.
22
+
|Data Analytics <br/> Classical Machine Learning | Modin* |[Modin_Vs_Pandas](Modin_Vs_Pandas)| Compares the performance of Intel® Distribution of Modin* and the performance of Pandas.
23
23
|Classical Machine Learning| Intel® Optimization for XGBoost* | [IntelPython_XGBoost_GettingStarted](IntelPython_XGBoost_GettingStarted) | Set up and trains an XGBoost* model on datasets for prediction.
24
24
|Classical Machine Learning| daal4py | [IntelPython_daal4py_GettingStarted](IntelPython_daal4py_GettingStarted) | Batch linear regression using the Python API package daal4py from oneAPI Data Analytics Library (oneDAL).
25
25
|Deep Learning <br/> Inference Optimization| Intel® Optimization for TensorFlow* | [IntelTensorFlow_GettingStarted](IntelTensorFlow_GettingStarted) | A simple training example for TensorFlow.
0 commit comments