scikit-learn-intelex
scikit-learn-intelex copied to clipboard
feat: display warning if patch_sklearn() called after sklearn imports
Had to get a little creative, but it seems to be doing fine now. Please let me know what you think @icfaust @napetrov
/intelci: run
/azp run
Pull request contains merge conflicts.
/intelci: run
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
/azp run CI
Azure Pipelines successfully started running 1 pipeline(s).
/intelci: run
Loading something from sklearnex
brings in so much stuff from sklearn
it's really tough to tell if we already have some instances of sklearn
classes. In my latest commit I tried querying all objects from the garbage collector, but event that's unreliable. On top, it's very slow. I don't see a good way of implementing this feature right now. Closing.