View source: R/visualize_model.R
visualize_model | R Documentation |
s3 method to automatically visualize the output of of a model object. Additional arguments can be supplied for the original function. Check the corresponding plot function documentation for any custom arguments.
visualize_model(model, ..., method = NULL) ## S3 method for class 'RandomForest' visualize_model(model, ..., method) ## S3 method for class 'BinaryTree' visualize_model(model, ..., method) ## S3 method for class 'glm' visualize_model(model, ..., method) ## S3 method for class 'multinom' visualize_model(model, ..., method) ## S3 method for class 'xgb.Booster' visualize_model(model, ..., method) ## Default S3 method: visualize_model(model, ..., method)
model |
a model |
... |
additional arguments |
method |
choose amongst different visualization methods |
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.