I will say, getting better at writing fastdot graphs. This is my second time trying to graph out the TabularModel, and this one is a ~million~ times better than the first IMO
The role of the `tabular_learner` is to mostly build a `TabularModel` for your data. This tabular model is a series of embedding matrices and some batch normalization, before going through a few rounds of LinBnDrop, as shown below 2/