All Apps and Add-ons

In Splunk MLTK , how do I convert Target variables back to original values after Standard Scaler pre-processing

Shobitha
Explorer

In Splunk MLTK, how do I convert Target variables back to original levels after applying Standard Scaler pre-processing method. What is SPL command perform this conversion back to original levels 

Labels (2)
0 Karma

Shobitha
Explorer

Hi, 

I am looking for command equivalent to inverse_transform in Splunk. after applying Standard scaler pre-processing , all predicted target values are in standard scaler form. which needs to be converted to original levels as shown below, 

sc_y = StandardScaler()

y_pred = sc_y.inverse_transform(regressor.predict(X_test))

 

Regards,

Shobitha

 

0 Karma

Shobitha
Explorer

Found a work around, I skipped preprocessing step for target/dependent variable and it seems to be working fine. Now the actual vs prediction shows actual values and not normalized ones.

0 Karma
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 ...