diff --git a/js/app/views/MachineLearningUI.js b/js/app/views/MachineLearningUI.js index 9d51530..8e01896 100644 --- a/js/app/views/MachineLearningUI.js +++ b/js/app/views/MachineLearningUI.js @@ -154,7 +154,7 @@ Ext.define('amdaUI.MachineLearningUI', { this.createPredictionUI() ], bbar: [ - {xtype: 'button', text: 'Run Prediction', handler: this.runPredictionRequest, scope: me} + {xtype: 'button', text: 'Run Model Prediction', handler: this.runPredictionRequest, scope: me} ] } /*, -- libgit2 0.21.2