- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MLTK: after upgrade load existing model

Hi
We upgraded splunk from 6.6 to 7.2.6 and the machine learning toolkit to 4.3
In older version of MLTK I had a tab to load settings for an existing model, I could then modify and update. I cant see how to do this in new version. Under "models" I can see my models but can edit; under the new assistant there is no tab for loading existing settings.
How do we update an existing model? I cant even find the search string I use to create the data for the model.
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

so the old “Load Existing Settings” UI is gone, but the data is still available via search:
| kvstorelookup collection_name=showcase_linear_regression_history
*replace collection_name with the correct one for your assistant
nothing new will get written to this (it’s there so that old data is not lost), but you can retrieve your settings and migrate them to an Experiment
The values of collection_name are one of:
showcase_linear_regression_history, showcase_classification_history, showcase_categorical_outlier_detection_history, showcase_clustering_history, or showcase_forecast_history
