Skip to content

Intel(R) Extension for Scikit-learn 2021.6

Compare
Choose a tag to compare
@Alexsandruss Alexsandruss released this 18 Aug 09:37
650005c

The release Intel® Extension for Scikit-learn 2021.6 introduces the following changes:

📚 Support Materials

Kaggle kernels:

🛠️ Library Engineering

  • Reduced the size of oneDAL python run-time package by approximately 8%
  • Added Python 3.10 support for daal4py and Intel(R) Extension for Scikit-learn packages

🚨 What's new

  • Improved performance for the following Intel® Extension for Scikit-learn algorithms:

    • t-SNE for “Burnes-Hut” algorithm
  • Introduced new functionality for Intel® Extension for Scikit-learn:

    • Manhattan, Minkowski, Chebyshev and Cosine distances for KNeighborsClassifier and NearestNeighbors with “brute” algorithm
  • Fixed the following issues in Intel® Extension for Scikit-learn:

    • An issue with the search of common data type in pandas DataFrame
    • Patching overhead of finiteness checker for specific small data sizes
    • Incorrect values in a tree visualization with plot_tree function in RandomForestClassifier
    • Unexpected error for device strings in {device}:{device_index} format while using config context