Skip to content

Commit

Permalink
Revert accidentally pushed changes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Aug 28, 2024
1 parent 4270403 commit 678da2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/sources/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ This example shows how to patch Intel(R) extension for Scikit-Learn by modifing
:caption: Example: Drop-In Patching
import numpy as np
from sklearnex import patch_sklearn
patch_sklearn()
# You need to re-import scikit-learn algorithms after the patch
from sklearn.cluster import KMeans
# The use of the original Scikit-learn is not changed
X = np.array([[1, 2], [1, 4], [1, 0],
[10, 2], [10, 4], [10, 0]])
Expand Down

0 comments on commit 678da2f

Please sign in to comment.