Giter VIP home page Giter VIP logo

Comments (7)

gparrella12 avatar gparrella12 commented on May 24, 2024 4

A way to fix it is to replace:
entry_name_hashed = FeatureHasher(50, input_type="string").transform([raw_obj['entry']]).toarray()[0]
with:
entry_name_hashed = FeatureHasher(50, input_type="string").transform([ [raw_obj['entry']] ]).toarray()[0]

in features.py at line 192. In this way an iterable over iterable over raw features is obtained, as transform() method require.

from ember.

maciejskorski avatar maciejskorski commented on May 24, 2024 1

Same problem. I started a fork to curate this repo. Also my PR #108 fixes the issue

from ember.

birkj avatar birkj commented on May 24, 2024

I have the same problem. @mrphilroth is this a common problem?

from ember.

AhlemRn avatar AhlemRn commented on May 24, 2024

i have the same problem , if you have fix it please tell me how

from ember.

MLFlexer avatar MLFlexer commented on May 24, 2024

i have the same problem , if you have fix it please tell me how

I have not been able to find a fix for this yet, although I have not spent a lot of time on this

from ember.

keremgirenes avatar keremgirenes commented on May 24, 2024

i had the same issue, downgraded python to 3.6 in my environment, worked like charm.

from ember.

Valkierja avatar Valkierja commented on May 24, 2024

downgrade to py3.6will solve

from ember.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.