-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
executable file
·33 lines (33 loc) · 1.16 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"guid": "ED2952EA-04CB-4353-9FE6-80E0F7DCA098",
"name": "Intel® Distribution for Python* Distributed Linear regression",
"categories": ["Toolkit/oneAPI AI And Analytics/Features And Functionality"],
"description": "This sample code illustrates how to train and predict with a Distributed Linear Regression model with the Intel® Distribution of Python using the Python API package Daal4py powered by Intel® oneDAL",
"builder": ["cli"],
"languages": [{
"python": {}
}],
"dependencies": ["intelpython"],
"os": ["linux"],
"targetDevice": ["CPU"],
"ciTests": {
"linux": [{
"env": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate base",
"pip install uv",
"uv init",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv add -r requirements.txt",
"uv add numpy==1.26.4"
],
"id": "idp_d4p_Linear_Regression_Dist",
"steps": [
"uv run python download_data.py",
"uv run mpirun -n 4 python ./IntelPython_daal4py_Distributed_LinearRegression.py"
]
}]
},
"expertise": "Concepts and Functionality"
}