Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Approaches to array feature

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]