fastaidocsprint / fastai

Documentation Sprint for the fastai deep learning library
http://fastaidocsprint.github.io/fastai
Apache License 2.0
15 stars 16 forks source link

40_tabular.core: create docments #13

Open kevinbird15 opened 2 years ago

kevinbird15 commented 2 years ago

Add docments to 40_tabular.core.

See the style guide and contribution guide for more details (links will be added when created).

This requires a familiarity with how tabular data is processed and how dataloaders work. This notebook defines tabular preprocessors all the way up through tabular dataloaders

Docments progress:

ldtownsend commented 2 years ago

I'm going to start working on the docments for this. Specifically I'm starting with Initial Preprocessing.