-
Load the model into the Vantage table:
INSERT INTO model_table VALUES ('model_id', ?);
For example, to load a PMML model:INSERT INTO pmml_models VALUES ('iris_db_rf_model', ?);
The ? opens a GUI, where you can browse for the PMML, MOJO, Dataiku, or DataRobot file to load.