Aleksandr Pivovar

Results 12 comments of Aleksandr Pivovar

Hi @moezali1 Thanks for reporting the issue. The problem is that patching must be applied before calling **sklearn**. patching replaces some methods from **sklearn** with their optimizions from the **intel...

@moezali1 Also like an option you can use patching for some algorithms. For example this line will work for your code: ``` from sklearnex import patch_sklearn patch_sklearn("knn_classifier") from pycaret.datasets import...