View source: R/publication_processing.R
get_model_hash | R Documentation |
We need some sort of stable data structure that will serve as a unique ID for a model, but will also change in the event that the model changes. This way, models can be "versioned" across time, which may be useful for debugging purposes down the line. This function trims whitespace and lowercases the predict_fn_populated pasted with the descriptors, which serves as a reasonable proxy for the model.
get_model_hash(predict_fn_populated, descriptors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.