linkedin / linkedin/FastTreeSHAP
Which version of numpy is compatible with FastTreeSHAP?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 566
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
For numpy=2, I get "TypeError: Converting `np.inexact` or `np.floating` to a dtype not allowed."
For numpy=1.26, I get "AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?"
Same issue until numpy=1.21, where I get "pip._vendor.pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'"
The last issue I see on this topic is from a few years ago. Has the issue been fixed? If not, which version works?
Contributor guide
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 reported installation failures with the NumPy versions listed in the issue, then inspect the project's dependency metadata and supported Python versions. Done means identifying a compatible combination or documenting that the compatibility problem remains unresolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100