-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.http
More file actions
101 lines (100 loc) · 1.52 KB
/
test.http
File metadata and controls
101 lines (100 loc) · 1.52 KB
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
POST http://127.0.0.1:5000/predict
Content-Type: application/json
[
{
"IPK": 3.8,
"Jumlah_Absensi": 3,
"Waktu_Belajar_Jam": 10,
"Lulus": 1
},
{
"IPK": 2.5,
"Jumlah_Absensi": 8,
"Waktu_Belajar_Jam": 5,
"Lulus": 0
},
{
"IPK": 3.4,
"Jumlah_Absensi": 4,
"Waktu_Belajar_Jam": 7,
"Lulus": 1
},
{
"IPK": 2.1,
"Jumlah_Absensi": 12,
"Waktu_Belajar_Jam": 2,
"Lulus": 0
},
{
"IPK": 3.9,
"Jumlah_Absensi": 2,
"Waktu_Belajar_Jam": 12,
"Lulus": 1
},
{
"IPK": 2.8,
"Jumlah_Absensi": 6,
"Waktu_Belajar_Jam": 4,
"Lulus": 0
},
{
"IPK": 3.2,
"Jumlah_Absensi": 5,
"Waktu_Belajar_Jam": 8,
"Lulus": 1
},
{
"IPK": 2.7,
"Jumlah_Absensi": 7,
"Waktu_Belajar_Jam": 3,
"Lulus": 0
},
{
"IPK": 3.6,
"Jumlah_Absensi": 4,
"Waktu_Belajar_Jam": 9,
"Lulus": 1
},
{
"IPK": 2.3,
"Jumlah_Absensi": 9,
"Waktu_Belajar_Jam": 4,
"Lulus": 0
},
{
"IPK": 3.5,
"Jumlah_Absensi": 3,
"Waktu_Belajar_Jam": 11,
"Lulus": 1
},
{
"IPK": 2.4,
"Jumlah_Absensi": 10,
"Waktu_Belajar_Jam": 3,
"Lulus": 0
},
{
"IPK": 3,
"Jumlah_Absensi": 6,
"Waktu_Belajar_Jam": 7,
"Lulus": 1
},
{
"IPK": 2.2,
"Jumlah_Absensi": 11,
"Waktu_Belajar_Jam": 2,
"Lulus": 0
},
{
"IPK": 3.7,
"Jumlah_Absensi": 5,
"Waktu_Belajar_Jam": 9,
"Lulus": 1
},
{
"IPK": 2.6,
"Jumlah_Absensi": 8,
"Waktu_Belajar_Jam": 4,
"Lulus": 0
}
]