Hi everybody,
New to fastai.Just finished chapter 9_tabular and was trying to implement it in a Tabular housing price competition(Paris dataset). I just wanted to fit and submit to see how it works with all default values. when I try to run TabularPandas with it’s parameters, I run into the error in the subject line. Now this could be a pandas error and not fastai but except “reshaping”, I did not see any other solution if I google it.
This dataset does not have any categorical columns at all. Could be a dumb mistake from my end but I am learning