partial_dep.plot(grid_data, backend = "tableplot", label_name = "Target",
comparator_name = "Evolution", ...)
partial_dep
grid_exp
output.tableplot
.grid_data
when using tableplot
or lattice
.grid_data
when using tableplot
or lattice
.partial_dep.obs
), you are provided the following backends: partial_dep.obs_all
), you are provided the following backends: ## Not run: ------------------------------------
# # Train you supervised machine learning model
# # ...
#
# # Prepare partial dependence content
# my_grid <- partial_dep.obs(...)
#
# # Plot partial dependence content
# partial_dep.plot(my_grid$grid_exp, backend = "tableplot")
## ---------------------------------------------
Run the code above in your browser using DataLab