We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454096a commit f0dbe74Copy full SHA for f0dbe74
examples/sklearnex/incremental_pca_dpctl.py
@@ -23,7 +23,8 @@
23
# Import estimator via sklearnex's patch mechanism from sklearn
24
from sklearnex import patch_sklearn, sklearn_is_patched
25
26
-patch_sklearn()
+# IncrementalPCA is currently in preview module, so extra flag is required
27
+patch_sklearn(preview=True)
28
29
# Function that can validate current state of patching
30
sklearn_is_patched()
0 commit comments