Error importing from econml.dml
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4.8k
- Forks
- 827
- PR merge metrics
- No merged PRs in 30d
Description
I get the error
TypeError: C function sklearn.utils._cython_blas.__pyx_fuse_0_copy has wrong signature (expected void (int, float *, int, float *, int), got void (int, float const *, int, float const *, int))
when importing
from econml.dml import *
on Jupyter notebook, python 3.10 econml version 0.14.1
Any workarounds? Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the import from econml.dml in Python 3.10 with EconML 0.14.1 in a Jupyter notebook, then inspect the reported sklearn.utils._cython_blas signature mismatch. Done means identifying a compatible dependency combination or documenting a verified workaround for the failing import.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, scikit-learn
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100