Knowledge Management

Extract values from column 1 of table based on value in column 2

adityagarg
New Member

I have a table which shows the model name along with their r-squared values. I want to extract the model name corresponding to the highest r-squared value. I want to use this model name to use this model for further analysis purposes. Below is the snip of the tablealt text

From the table above, I am expecting to store "RF_Prediction" in another variable where I can use that in "IF" command

Tags (1)
0 Karma

somesoni2
Revered Legend

Other option would be:

your current search  | sort 1 -r_squared
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@adityagarg

Try this:

YOUR_SEARCH | eventstats max(r_squared) as max_r_squared | where r_squared=max_r_squared

This will give you model name corresponding to the highest r-squared value.

Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...