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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚡️ New package - Intel(R) Extension for Scikit-learn*
Intel(R) Extension for Scikit-learn* contains scikit-learn patching functionality originally available in daal4py package. All future updates for the patching will be available in Intel(R) Extension for Scikit-learn only. Please use the package instead of daal4py.
⚠️ Deprecations
Scikit-learn patching functionality in daal4py was deprecated and moved to a separate package - Intel(R) Extension for Scikit-learn*. All future updates for the patching will be available in Intel(R) Extension for Scikit-learn only. Please use the package instead of daal4py for the Scikit-learn acceleration.
[CPU] RandomForestClassifier and RandomForestRegressor scikit-learn estimators: training and prediction
[CPU] Principal Component Analysis (PCA) scikit-learn estimator: training
[CPU] Support Vector Classification (SVC) scikit-learn estimators: training and prediction
[CPU] Support Vector Classification (SVC) scikit-learn estimator with the probability==True parameter: training and prediction
🐛 Bug Fixes
[CPU] Improved accuracy of RandomForestClassifier and RandomForestRegressor scikit-learn estimators
[CPU] Fixed patching issues with pairwise_distances
[CPU] Fixed the behavior of the patch_sklearn and unpatch_sklearn functions
[CPU] Fixed unexpected behavior that made accelerated functionality unavailable through scikit-learn patching if the input was not of float32 or float64 data types. Scikit-learn patching now works with all numpy data types.
[CPU] Fixed a memory leak that appeared when DataFrame from pandas was used as an input type
[CPU] Fixed performance issue for interoperability with Modin