diff --git a/js/app/views/MachineLearningUI.js b/js/app/views/MachineLearningUI.js
index 8e01896..8d459cd 100644
--- a/js/app/views/MachineLearningUI.js
+++ b/js/app/views/MachineLearningUI.js
@@ -62,13 +62,13 @@ Ext.define('amdaUI.MachineLearningUI', {
 				{
 					xtype: 'datefield', id: 'prediction-stop', name: 'stop', fieldLabel: 'Stop Time',
 					format: 'Y-m-d\\TH:i:s'
-				},
+				}/*,
 				{
 					xtype: 'fieldset', id: 'prediction-args', title: 'Input arguments', hidden: true
 				},
 				{
 					xtype: 'fieldset', id: 'prediction-hyperparameters', title: 'Hyper parameters', hidden: true, enable: false
-				},
+				},*/
 			],
 			setModel: function(modelinfo) {
 				var defaultValues = modelinfo.get('defaults');
--
libgit2 0.21.2