Tabular_Multiple-Dependent-Variables_Rossmann

from fast.ai -> fastbook -> 09_tabular

#and Practical-Deep-Learning-for-Coders-2.0 -> Tabular Notebooks -> 02_Regression_and_Permutation_Importance
#Kaggle’s Rossmann competition for data
#Cleaned data source: fastai -> course-v3 -> nbs -> dl1 -> rossmann_data_clean.ipynb

Hey fastai,

If you love multiple dependent variables as much as me, then this is for you.

Check out this adaptation of a couple of notebooks originally by Jeremy, Sylvain, and Muellerzr.

A lot of work remains, but hope you enjoy it!

1 Like

A quick ans for those looking, use ys instead of y
xs,y = to.train.xs,to.train.ys

1 Like