ads-ml-lab-week03 / preview.json
aditagar's picture
Upload preview.json with huggingface_hub
d0b8dc5 verified
Raw
History Blame Contribute Delete
2.48 kB
{
"train": {
"columns": [
"impression_id",
"raw_prediction",
"cat1",
"cat6",
"cat8",
"conversion"
],
"rows": [
[
0,
3.69323e-05,
138937,
28928366,
29196072,
0
],
[
1,
0.478837,
30763035,
1973606,
3225256,
0
],
[
2,
3.55663e-05,
9312274,
28928366,
29196072,
0
],
[
3,
3.69323e-05,
138937,
1973606,
9312274,
0
],
[
4,
3.58839e-05,
28928366,
28928366,
29196072,
0
],
[
5,
3.66707e-05,
30763035,
29196072,
29196072,
0
],
[
6,
3.70335e-05,
30763035,
32440041,
29196072,
0
],
[
7,
0.979969,
25259032,
32440044,
29196072,
1
]
]
},
"test": {
"columns": [
"impression_id",
"raw_prediction",
"cat1",
"cat6",
"cat8"
],
"rows": [
[
0,
0.746568,
28928366,
1973606,
26597096
],
[
1,
0.887905,
25259032,
28928366,
29196072
],
[
2,
3.66707e-05,
30763035,
3808271,
29196072
],
[
3,
3.66707e-05,
30763035,
30763035,
29196072
],
[
4,
0.448255,
1973606,
26597096,
29196072
],
[
5,
3.66707e-05,
25259032,
1973606,
32440044
],
[
6,
3.66707e-05,
28928366,
32440044,
29196072
],
[
7,
0.703696,
30763035,
26597096,
29196072
]
]
},
"sample": {
"columns": [
"impression_id",
"prediction"
],
"rows": [
[
0,
0.746568
],
[
1,
0.887905
],
[
2,
3.66707e-05
],
[
3,
3.66707e-05
],
[
4,
0.448255
],
[
5,
3.66707e-05
],
[
6,
3.66707e-05
],
[
7,
0.703696
]
]
}
}