.sits_ml_model_samples: Get the samples from a ml_model
Description
this function get the samples from a ml_model object.
Usage
.sits_ml_model_samples(ml_model)
Value
A tibble with samples used to train a machine learning model.
Arguments
- ml_model
A trained model.