8000 FeatureHasher support in PyPy · Issue #11540 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content 8000
FeatureHasher support in PyPy #11540
@rth

Description

@rth

At present, FeatureHasher (and HashingVectorizer) is not supported with PyPy because it relies on interacting with array.array from Cython which is not supported and probably won't be in the near future (cf cython/cython#1818 and bitbucket.org/pypy/pypy#2807).

Following workarounds were proposed in #11010, briefly,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0