How to use classification approach for structured data using fast.ai?

Hi ,
I am having bit confusion while using the fastai library for structured classification problem.
What exact changes we have to do in
md.get_learner()
(*referring rossman sales problem)
and anything else related to it that can help is appreciated.
Thanks

1 Like

I would take a look at Structured Learner, which has a nice discussion of the topic, including links to GitHub. I’ve been using the code there and it works well.

2 Likes