forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
executable file
·31 lines (31 loc) · 847 Bytes
/
sample.json
File metadata and controls
executable file
·31 lines (31 loc) · 847 Bytes
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
{
"guid": "3B164041-12CD-4429-A1AB-0F35EFE521FF",
"name": "Intel® Optimization for XGBoost* Getting Started",
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
"description": "The sample illustrates how to setup and train an XGBoost model on datasets for prediction",
"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"
],
"id": "IDP_XGBoost_GS_py",
"steps": [
"uv run python IntelPython_XGBoost_GettingStarted.py"
]
}]
},
"expertise": "Getting Started"
}