- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 04:48 AM
For point 1 -> New classification solution available to all - Where do we expect to see them?
Thanks in Advance
Solved! Go to Solution.
- Labels:
-
Predictive Intelligence

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 06:44 AM - edited 07-01-2024 06:48 AM
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 -
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 04:54 AM
Do you have the plugin enabled?
If you do then navigate to Predictive intelligence -> Classification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 05:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 06:44 AM - edited 07-01-2024 06:48 AM
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 -
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 08:31 AM
@Brian Bakker Thank you! That helps 🙂