Skip to content

Conversation

maciejskorski
Copy link

Fixes #103.

@cla-checker-service
Copy link

cla-checker-service bot commented Jul 19, 2023

❌ Author of the following commits did not sign a Contributor Agreement:
7ffcca4, c587a83, bbd4f36

Please, read and sign the above mentioned agreement if you want to contribute to this project

k0T0z added a commit to scorpionantimalware/ember that referenced this pull request Nov 24, 2023
section_vsize = [(s['name'], s['vsize']) for s in sections]
section_vsize_hashed = FeatureHasher(50, input_type="pair").transform([section_vsize]).toarray()[0]
entry_name_hashed = FeatureHasher(50, input_type="string").transform([raw_obj['entry']]).toarray()[0]
entry_name_hashed = FeatureHasher(50, input_type="string").transform([ [raw_obj['entry']] ]).toarray()[0]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this formatting required ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A pretty common issue!

#103 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create_vectorized_features error

3 participants