All Apps and Add-ons

MLTK: after upgrade load existing model

bevan_broun_sit
Loves-to-Learn Lots

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

Tags (1)
0 Karma

scheng_splunk
Splunk Employee
Splunk Employee

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

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...