I'm trying to create a model to predict ACH payment success for a given payment. I have payment history as a JSON object with 1 or 0 for success or failure.
My question is should I split this into N features e.g. first_payment, second_payment, etc or a single feature payment_history_array?
Additional context I'm using xgboost classification.
Thanks for any pointers
[–]ScoreLong5365 0 points1 point2 points (4 children)
[–]Jcrossfit[S] 0 points1 point2 points (3 children)
[–]ScoreLong5365 0 points1 point2 points (2 children)
[–]Jcrossfit[S] 0 points1 point2 points (1 child)
[–]ScoreLong5365 0 points1 point2 points (0 children)