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] Using proportion in place of 0 or 1 to binary-valued feature for classification prediction (Xgboost model)

Hi all,

Want to get some input. I have modeled buy propensity with search event data. One user can generate many search events. The model was XGBoost with features both real-valued and binary.

Now, if i want to predict buy propensity per user, is it possible just to aggregate the data for that user and feed that to the model? One worry is because aggregation can return proportion for binary feature that expects 0 or 1 instead. It seems like XGBoost is not like linear model that makes some assumptions about the data. But, still what do you think? Is it fine to do this?

Thank you

submitted by /u/Mysterious_Bit
[link] [comments]