Run the complete model training flow Downloads and imports data from cloud, run all transformation pipeline, fit model and save it to cloud.
1 2 3 4 5 6 7 8 9 | run_train(
data_path,
data_file,
model_path,
model_name,
container_url,
key,
seed = 1992
)
|
key |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.