Commit 316e200530d42a42ea5c3d2b59d771d99cab84cb
1 parent
a0c00c93
Exists in
mlplasmas
and in
1 other branch
disable Input arguments prediction-args
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/MachineLearningUI.js
... | ... | @@ -62,13 +62,13 @@ Ext.define('amdaUI.MachineLearningUI', { |
62 | 62 | { |
63 | 63 | xtype: 'datefield', id: 'prediction-stop', name: 'stop', fieldLabel: 'Stop Time', |
64 | 64 | format: 'Y-m-d\\TH:i:s' |
65 | - }, | |
65 | + }/*, | |
66 | 66 | { |
67 | 67 | xtype: 'fieldset', id: 'prediction-args', title: 'Input arguments', hidden: true |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | xtype: 'fieldset', id: 'prediction-hyperparameters', title: 'Hyper parameters', hidden: true, enable: false |
71 | - }, | |
71 | + },*/ | |
72 | 72 | ], |
73 | 73 | setModel: function(modelinfo) { |
74 | 74 | var defaultValues = modelinfo.get('defaults'); |
... | ... |