Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
Do you know approaches to array/bag features?
To be specific let’s say we have classification problem and want to sort out things as good or bad. For example: * Feature1 – regular feature, limited set of values: A, B, C * Feature2 – array/bag feature, container feature consisting of unknown number of values
Feature1 | Feature2 | Good? |
---|---|---|
A | [A, B] | Yes |
B | [B, A, A] | No |
A | [B, C, B, C, A] | Yes |
How do one encode Feature2 to a numeric vector?
submitted by /u/truri
[link] [comments]