ValueError while using ember.create_vectorized_features on Ember dataset in Python

624 Views Asked by At

I am using the Ember dataset for a malware detection project in Python. When I try to use the ember.create_vectorized_features() function, I am getting the following error:

ValueError: Samples can not be a single string. The input must be an iterable over iterables of strings.

I am not sure what is causing this error or how to fix it. Can anyone suggest a solution to resolve this issue?

enter image description here

1

There are 1 best solutions below

0
YScharf On

An issue has been opened on the EMBER project github repository. Follow the issue for a solution or use previous versions of the repository until the issue is resolved.