This folder contains examples of python notebooks that use Extension for Scikit-learn for popular datasets.
You can use python notebooks with the help of Jupyter* notebook to run the following files:
conda install -c conda-forge notebook scikit-learn-intelex
or
pip install notebook scikit-learn-intelex
Run Jupyter after installation:
jupyter notebook --notebook-dir=./ --ip=* --no-browser