All Apps and Add-ons

Apply command on model created using TFIDF

sarthakb
Explorer

I have created a model using following command.

sourcetype=csv | fit TFIDF Summary
into summary_model max_df=0.6
min_df=0.2

Following is the apply command i am executed (with a different date range)

sourcetype=csv | apply
"ticket_summary_model"

Question - What are the fields created after the apply command and how can I view the values of those fields.

0 Karma
1 Solution

imakaremi_splun
Splunk Employee
Splunk Employee

The output of the TFIDF algorithm is prefixed with <fieldname>_tfidf_. So simply add |table Summary Summary_tfidf_* to the end of your query to see all of them in one table along with the Summary field.
Hope this helps.

View solution in original post

imakaremi_splun
Splunk Employee
Splunk Employee

The output of the TFIDF algorithm is prefixed with <fieldname>_tfidf_. So simply add |table Summary Summary_tfidf_* to the end of your query to see all of them in one table along with the Summary field.
Hope this helps.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...