{"library":"scikit-learn-intelex","title":"Intel® Extension for Scikit-learn","description":"Intel® Extension for Scikit-learn (formerly daal4py) accelerates scikit-learn algorithms on Intel hardware via patching. Version 2026.0.0 supports Python >=3.7 and scikit-learn 1.6-1.8. Monthly releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install scikit-learn-intelex"],"cli":null},"imports":["from sklearnex import patch_sklearn","from sklearnex import unpatch_sklearn"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sklearnex import patch_sklearn\npatch_sklearn()\n\nfrom sklearn.linear_model import Ridge\nridge = Ridge(alpha=1.0)\nridge.fit([[0, 0], [1, 1]], [0, 1])\nprint(ridge.predict([[0.5, 0.5]]))","lang":"python","description":"Patch scikit-learn to use Intel-optimized backends, then use scikit-learn API normally.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}