Skip to content

Commit 41c1a55

Browse files
authored
Update sample.json
1 parent 8e8f2a4 commit 41c1a55

File tree

1 file changed

+3
-3
lines changed
  • AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted

1 file changed

+3
-3
lines changed

AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"guid": "AE280EFE-9EB1-406D-B32D-5991F707E195",
3-
"name": "Intel® Distribution of Modin* Getting Started",
3+
"name": "Modin* Getting Started",
44
"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",
66
"builder": ["cli"],
77
"languages": [{"python":{}}],
88
"os":["linux"],
@@ -19,7 +19,7 @@
1919
"conda activate intel-aikit-modin",
2020
"pip install -r requirements.txt # Installing notebook's dependencies",
2121
"pip install runipy # Installing 'runipy' for extended abilities to execute the notebook",
22-
"runipy Modin_GettingStarted.ipynb # Test 'Modin is faster than pandas' case",
22+
"runipy Modin_GettingStarted.ipynb # Test 'Modin* is faster than pandas' case",
2323
"MODIN_CPUS=1 runipy Modin_GettingStarted.ipynb # Test 'Modin is slower than pandas' case"
2424
]
2525
}

0 commit comments

Comments
 (0)