-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainWindow.ui
433 lines (433 loc) · 13.8 KB
/
MainWindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1090</width>
<height>1000</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1090</width>
<height>1000</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1090</width>
<height>1000</height>
</size>
</property>
<property name="windowTitle">
<string>Data Visualizer Program</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>11</x>
<y>12</y>
<width>291</width>
<height>951</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="3" column="0" colspan="2">
<widget class="QLineEdit" name="txt_head_number">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Numeric value of for your choice of first or last of dataset</string>
</property>
<property name="placeholderText">
<string>5</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="btn_tail">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Shows the last rows of the dataset for desired number</string>
</property>
<property name="text">
<string>Tail</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="btn_head">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Shows the first rows of dataset for desired number</string>
</property>
<property name="text">
<string>Head</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QPushButton" name="btn_shape">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Shows the row and column number</string>
</property>
<property name="text">
<string>Shape</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="txt_shape">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QPushButton" name="btn_data_types">
<property name="toolTip">
<string>Shows the data types of columns in dataset</string>
</property>
<property name="text">
<string>Data Types</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<widget class="QPushButton" name="btn_none_values">
<property name="toolTip">
<string>Shows the sum of none values for each column in dataset</string>
</property>
<property name="text">
<string>None Values</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<widget class="QPushButton" name="btn_data_describe">
<property name="toolTip">
<string>Shows the statistical values of columns</string>
</property>
<property name="text">
<string>Data Describe</string>
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QPushButton" name="btn_data_information">
<property name="toolTip">
<string>Shows the information for each column</string>
</property>
<property name="text">
<string>Data Information</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QComboBox" name="cBox_datasetNames"/>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="btn_load_data">
<property name="toolTip">
<string>Loads the example dataset from the seaborn library</string>
</property>
<property name="text">
<string>Load Data</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Create Machine Learning Model</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>23</y>
<width>251</width>
<height>189</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QPushButton" name="btn_FillNoneValues">
<property name="text">
<string>Fill NA Values</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="btn_Encode">
<property name="text">
<string>Encode</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QLineEdit" name="txt_TargetName">
<property name="placeholderText">
<string>Target Name</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLineEdit" name="txt_zeroColumnNames">
<property name="text">
<string/>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Column Names Exception</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QPushButton" name="btn_RFModel">
<property name="text">
<string>RF Model</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QPushButton" name="btn_Predict">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Predict</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="ckBox_summary_plot">
<property name="text">
<string>Plot</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txt_summary_name">
<property name="toolTip">
<string>To see all categorical or numerical column summaries, dont click plot. To see the plot for specific column summary click plot</string>
</property>
<property name="placeholderText">
<string>Column Name</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_num_summary">
<property name="toolTip">
<string>Shows the column summary</string>
</property>
<property name="text">
<string>Column Summary</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="ckBox_plot_target">
<property name="text">
<string>Plot</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txt_target_summary_name">
<property name="toolTip">
<string>Targeted column for target analysis</string>
</property>
<property name="placeholderText">
<string>Targeted Column</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLineEdit" name="txt_target">
<property name="toolTip">
<string>Actual target in dataset</string>
</property>
<property name="placeholderText">
<string>Target</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_target_summary">
<property name="toolTip">
<string>Shows the target analysis</string>
</property>
<property name="text">
<string>Target Summary</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_correlation_analysis">
<property name="toolTip">
<string>Shows the correlation analysis of dataset</string>
</property>
<property name="text">
<string>Correlation Analysis</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_refresh_table">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Refresh the table to beginning</string>
</property>
<property name="text">
<string>Refresh Table</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>312</x>
<y>12</y>
<width>771</width>
<height>951</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QTableWidget" name="table_data"/>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<tabstops>
<tabstop>btn_load_data</tabstop>
<tabstop>txt_head_number</tabstop>
<tabstop>btn_tail</tabstop>
<tabstop>btn_shape</tabstop>
<tabstop>btn_data_types</tabstop>
<tabstop>btn_none_values</tabstop>
<tabstop>btn_data_describe</tabstop>
<tabstop>btn_data_information</tabstop>
<tabstop>txt_summary_name</tabstop>
<tabstop>ckBox_summary_plot</tabstop>
<tabstop>btn_num_summary</tabstop>
<tabstop>txt_target_summary_name</tabstop>
<tabstop>ckBox_plot_target</tabstop>
<tabstop>btn_target_summary</tabstop>
<tabstop>btn_correlation_analysis</tabstop>
<tabstop>table_data</tabstop>
<tabstop>txt_shape</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>