Let's check the features and model built from our recent flows.
library(metaflow) f <- flow_client$new("HouseFlow")
library(metaflow) set_namespace("user:jge") r <- run_client$new("HouseFlow/482") print(r$artifacts) dt <- r$artifact("features") head(dt) fitted.model <- r$artifact("model") print(fitted.model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.