[Predictive Intelligence] Changing the Training Frequency or Update Frequency values on a solution defintion and clicking the Update button will apply the changes to the definition, but will not take affect. You must click on the Update & Retrain button.SummaryWhen creating a Predictive Intelligence solution, all solution types have a Training Frequency field, where you select a retraining option from once daily or every 30 days in 3 month increments up to 180 days. The Similarity and Clustering solution types also have an Update Frequency field, where you select how often you want to refresh the data you use to retrieve the solution results. When you create the solution definition and set the values for these fields, upon first training, it will create the associated [ml_training_request_schedule] record for the solution to schedule the retraining of it. This record in table [ml_training_request_schedule] cannot be modified by an "admin" user. When you set the Update Frequency, it will create an associated record in table [sysauto_script] to execute the script to update the Similarity or Clustering solution as per the frequency set - new global.MLUpdater().update("SOLUTION_NAME"); If you modify the values in the Training Frequency or Update Frequency fields on a trained solution, if you only click on the Update button, although these changes are saved to the solution definition, they do not take affect and the solution will still use the original values that were set in Training Frequency and/or Update Frequency fields before it was updated. This can cause confusion, as the solution definition and the the associated Training Request Schedule record for the Training Frequency is no longer in sync.InstructionsWhen you modify the values in the Training Frequency or Update Frequency fields on an already trained Predictive Intelligence solution, you must click on the Update & Retrain button for these changes to take affect. The Training Frequency field has an associated record in table [ml_training_request_schedule]. Upon clicking the Update & Retrain button, it will delete the associated Training Request Schedule record with the old value in table [ml_training_request_schedule] and create a new record with the new value in this table and then submits the solution to the ML Scheduler for training.