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?
An
issuehas 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.