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
"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 python pin $(which python)",
"uv venv --system-site-packages",
"uv sync"
],
"id": "idp_d4p_Linear_Regression_Dist",
"steps": [
"uv run python download_data.py",
"uv run mpirun -n 4 python ./IntelPython_daal4py_Distributed_LinearRegression.py"