Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.99 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.99 KB

🐍 Intel(R) Extension for Scikit-learn* notebooks

This folder contains examples of python notebooks that use Intel(R) extension for Scikit-learn for popular datasets.

🚀 Jupyter startup guide

You can use python notebooks with the help of Jupyter* notebook to run the following files:

pip install scikit-learn-intelex

📝 Table of contents

Algorithm Workload Notebook Scikit-learn estimator
LogisticRegression CIFAR-100 View source on GitHub sklearn.linear_model.LogisticRegression
SVC Adult View source on GitHub sklearn.svm.SVC
KNeighborsClassifier MNIST View source on GitHub sklearn.neighbors.KNeighborsClassifier
NuSVR Medical charges View source on GitHub sklearn.svm.NuSVR
RandomForestRegressor Yolanda View source on GitHub sklearn.ensemble.RandomForestRegressor