You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems similar to issue #495. I did some digging around and found that it could be related to the underlying Cython implementation. However, I haven't yet found a fix.
Hi, @CoteDave,
It is highly likely that while causalml was installed with cython compiled using one version of sklearn as its dependency, you now have another one installed in your environment.
You can:
Switch to the correct scikit-learn version <=1.0.2.
Reinstall causalml with cython compilation or install the package from source. Please, make sure that scikit-learn<=1.0.2.
The text was updated successfully, but these errors were encountered: