Predictive Intelligence - New classification solution available to all with Vancouver release?

AmenaA
Giga Guru

For point 1 -> New classification solution available to all  - Where do we expect to see them?

 

AmenaA_0-1719226521244.png

Thanks in Advance

1 ACCEPTED SOLUTION

Brian Bakker
ServiceNow Employee
ServiceNow Employee

@AmenaA 

There are 4 new system properties starting with [glide.platform_ml.api.enable_workflow_], one for each ML Capability (Classification, Similarity, Clustering and Regression) to switch from the old ML Java Trainer to the new ML Python Trainer, which has the new and improved Classifier engine, and you will no longer need to associate a Word Corpus with the solution definition, as it will be using GUSE (Google Universal Sentence Encoder) in our data centers for all Word Corpora  -

 

Screenshot 2024-07-01 at 14.40.34.png

 

To use the new Classifier engine, the system property [glide.platform_ml.api.enable_workflow_classification] should be set to "true". If the system property does not exist in Vancouver, it can be manually added. When upgrading to Washington, all 4 system properties will exist, and be set to "true" so that it will automatically use the new ML Python Trainer.

 

Hope this helps.

 

Regards,

Brian

View solution in original post

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Do you have the plugin enabled?

If you do then navigate to Predictive intelligence  -> Classification.

-Anurag

AmenaA
Giga Guru

AmenaA_0-1719230982861.png

 

Brian Bakker
ServiceNow Employee
ServiceNow Employee

@AmenaA 

There are 4 new system properties starting with [glide.platform_ml.api.enable_workflow_], one for each ML Capability (Classification, Similarity, Clustering and Regression) to switch from the old ML Java Trainer to the new ML Python Trainer, which has the new and improved Classifier engine, and you will no longer need to associate a Word Corpus with the solution definition, as it will be using GUSE (Google Universal Sentence Encoder) in our data centers for all Word Corpora  -

 

Screenshot 2024-07-01 at 14.40.34.png

 

To use the new Classifier engine, the system property [glide.platform_ml.api.enable_workflow_classification] should be set to "true". If the system property does not exist in Vancouver, it can be manually added. When upgrading to Washington, all 4 system properties will exist, and be set to "true" so that it will automatically use the new ML Python Trainer.

 

Hope this helps.

 

Regards,

Brian

@Brian Bakker Thank you! That helps 🙂