scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Wrong Global Patching Commands in Documentation Homepage
In both the documentation homepage and the global patching page it is written that the command to install the global patch is
python sklearnex.glob patch_sklearn.
However, this leads to the error python: can't open file 'sklearnex.glob': [Errno 2] No such file or directory. The correct command includes the command line option -m, i.e.
python -m sklearnex.glob patch_sklearn
I'm aware that this isn't a huge issue, but it has irked me since I discovered it two months ago.
Just here to say you saved my time :)
Just here to say you saved my time :)
I was already thinking I wasted my time writing this issue, since none of the developers seem to care, but I'm happy it was at least helpful to somebody (:
HI @mamei16 Thanks a lot for pointing this out. I apologize for the delay in reply. I will create PR with the fix ASAP
Hi @mamei16 Once again, thank you very much for pointing out the inaccuracy in our documentation. I created a PR with a fix
Thank you for fixing it @PivovarA!