print.fastai.tabular.learner.TabularLearner {fastai} | R Documentation |
Print tabular model
Description
Print tabular model
Usage
## S3 method for class 'fastai.tabular.learner.TabularLearner'
print(x, ...)
Arguments
x |
model |
... |
additional parameters to pass |
Value
None
[Package fastai version 2.2.2 Index]