avewright commited on
Commit
68447ee
·
verified ·
1 Parent(s): a882e9c

Add batch datagen_106 (71,000 rows)

Browse files
README.md CHANGED
@@ -1,17 +1,603 @@
1
  ---
2
  license: other
3
  task_categories:
4
- - tabular-classification
5
- - tabular-regression
6
  language:
7
- - en
8
  tags:
9
- - tabular
10
- - synthetic
11
- - real-data
12
- - pretraining
13
- - tabpfn
14
- pretty_name: "Tabula Pretraining Corpus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Tabula Pretraining Corpus
 
1
  ---
2
  license: other
3
  task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
  language:
7
+ - en
8
  tags:
9
+ - tabular
10
+ - synthetic
11
+ - real-data
12
+ - pretraining
13
+ - tabpfn
14
+ pretty_name: Tabula Pretraining Corpus
15
+ dataset_info:
16
+ config_name: datagen_106
17
+ features:
18
+ - name: conversion
19
+ dtype: float64
20
+ - name: clicks
21
+ dtype: float64
22
+ - name: price
23
+ dtype: float64
24
+ - name: quantity
25
+ dtype: float64
26
+ - name: churn
27
+ dtype: float64
28
+ - name: session_minutes
29
+ dtype: float64
30
+ - name: discount
31
+ dtype: float64
32
+ - name: shipping_days
33
+ dtype: float64
34
+ - name: revenue
35
+ dtype: large_string
36
+ - name: rating
37
+ dtype: float64
38
+ - name: cart_size
39
+ dtype: float64
40
+ - name: reviews
41
+ dtype: float64
42
+ - name: target
43
+ dtype: int64
44
+ - name: category
45
+ dtype: large_string
46
+ - name: refund
47
+ dtype: large_string
48
+ - name: return_rate
49
+ dtype: large_string
50
+ - name: ecommerce_15
51
+ dtype: large_string
52
+ - name: ecommerce_16
53
+ dtype: large_string
54
+ - name: ecommerce_17
55
+ dtype: large_string
56
+ - name: ecommerce_18
57
+ dtype: float64
58
+ - name: ecommerce_19
59
+ dtype: float64
60
+ - name: ecommerce_20
61
+ dtype: float64
62
+ - name: _source_meta
63
+ dtype: large_string
64
+ - name: health_30
65
+ dtype: large_string
66
+ - name: health_53
67
+ dtype: float64
68
+ - name: finance_29
69
+ dtype: large_string
70
+ - name: ecommerce_54
71
+ dtype: float64
72
+ - name: finance_27
73
+ dtype: large_string
74
+ - name: iot_57
75
+ dtype: large_string
76
+ - name: ecommerce_38
77
+ dtype: float64
78
+ - name: iot_40
79
+ dtype: float64
80
+ - name: science_40
81
+ dtype: float64
82
+ - name: iot_64
83
+ dtype: float64
84
+ - name: iot_52
85
+ dtype: large_string
86
+ - name: interest_rate
87
+ dtype: float64
88
+ - name: health_21
89
+ dtype: float64
90
+ - name: ecommerce_36
91
+ dtype: float64
92
+ - name: heart_rate
93
+ dtype: float64
94
+ - name: ecommerce_33
95
+ dtype: float64
96
+ - name: finance_23
97
+ dtype: float64
98
+ - name: uptime_hours
99
+ dtype: float64
100
+ - name: blood_pressure
101
+ dtype: float64
102
+ - name: iot_62
103
+ dtype: large_string
104
+ - name: ecommerce_57
105
+ dtype: float64
106
+ - name: iot_54
107
+ dtype: large_string
108
+ - name: health_46
109
+ dtype: large_string
110
+ - name: purity
111
+ dtype: float64
112
+ - name: ecommerce_66
113
+ dtype: large_string
114
+ - name: finance_28
115
+ dtype: large_string
116
+ - name: health_24
117
+ dtype: float64
118
+ - name: finance_34
119
+ dtype: float64
120
+ - name: smoking
121
+ dtype: float64
122
+ - name: science_56
123
+ dtype: large_string
124
+ - name: finance_22
125
+ dtype: float64
126
+ - name: science_30
127
+ dtype: float64
128
+ - name: health_23
129
+ dtype: float64
130
+ - name: iot_44
131
+ dtype: float64
132
+ - name: glucose
133
+ dtype: float64
134
+ - name: finance_26
135
+ dtype: float64
136
+ - name: science_34
137
+ dtype: large_string
138
+ - name: fan_rpm
139
+ dtype: float64
140
+ - name: iot_35
141
+ dtype: large_string
142
+ - name: health_37
143
+ dtype: large_string
144
+ - name: ecommerce_34
145
+ dtype: float64
146
+ - name: income
147
+ dtype: large_string
148
+ - name: science_48
149
+ dtype: float64
150
+ - name: iot_56
151
+ dtype: float64
152
+ - name: health_44
153
+ dtype: float64
154
+ - name: iot_30
155
+ dtype: float64
156
+ - name: health_36
157
+ dtype: float64
158
+ - name: finance_30
159
+ dtype: large_string
160
+ - name: science_50
161
+ dtype: float64
162
+ - name: ecommerce_62
163
+ dtype: large_string
164
+ - name: finance_18
165
+ dtype: float64
166
+ - name: cpu_pct
167
+ dtype: float64
168
+ - name: iot_47
169
+ dtype: float64
170
+ - name: white_cell_count
171
+ dtype: float64
172
+ - name: iot_45
173
+ dtype: float64
174
+ - name: health_16
175
+ dtype: float64
176
+ - name: ecommerce_50
177
+ dtype: float64
178
+ - name: health_43
179
+ dtype: float64
180
+ - name: iot_22
181
+ dtype: float64
182
+ - name: temperature
183
+ dtype: float64
184
+ - name: iot_20
185
+ dtype: float64
186
+ - name: science_53
187
+ dtype: large_string
188
+ - name: iot_36
189
+ dtype: large_string
190
+ - name: health_20
191
+ dtype: float64
192
+ - name: science_33
193
+ dtype: large_string
194
+ - name: science_52
195
+ dtype: large_string
196
+ - name: ecommerce_59
197
+ dtype: float64
198
+ - name: health_51
199
+ dtype: float64
200
+ - name: health_40
201
+ dtype: large_string
202
+ - name: iot_21
203
+ dtype: float64
204
+ - name: ecommerce_39
205
+ dtype: float64
206
+ - name: health_29
207
+ dtype: large_string
208
+ - name: science_55
209
+ dtype: large_string
210
+ - name: voltage
211
+ dtype: float64
212
+ - name: science_54
213
+ dtype: large_string
214
+ - name: science_38
215
+ dtype: large_string
216
+ - name: iot_23
217
+ dtype: float64
218
+ - name: error_rate
219
+ dtype: float64
220
+ - name: science_26
221
+ dtype: float64
222
+ - name: creatinine
223
+ dtype: float64
224
+ - name: health_19
225
+ dtype: float64
226
+ - name: health_34
227
+ dtype: float64
228
+ - name: ecommerce_45
229
+ dtype: float64
230
+ - name: ecommerce_53
231
+ dtype: float64
232
+ - name: finance_32
233
+ dtype: large_string
234
+ - name: family_history
235
+ dtype: float64
236
+ - name: iot_51
237
+ dtype: large_string
238
+ - name: health_31
239
+ dtype: large_string
240
+ - name: ecommerce_67
241
+ dtype: float64
242
+ - name: science_15
243
+ dtype: float64
244
+ - name: finance_15
245
+ dtype: float64
246
+ - name: exercise_days
247
+ dtype: float64
248
+ - name: humidity
249
+ dtype: float64
250
+ - name: ecommerce_51
251
+ dtype: float64
252
+ - name: science_46
253
+ dtype: float64
254
+ - name: science_45
255
+ dtype: float64
256
+ - name: health_45
257
+ dtype: large_string
258
+ - name: iot_43
259
+ dtype: float64
260
+ - name: health_41
261
+ dtype: large_string
262
+ - name: iot_41
263
+ dtype: float64
264
+ - name: science_47
265
+ dtype: float64
266
+ - name: finance_25
267
+ dtype: float64
268
+ - name: health_32
269
+ dtype: large_string
270
+ - name: finance_19
271
+ dtype: float64
272
+ - name: cholesterol
273
+ dtype: float64
274
+ - name: science_16
275
+ dtype: float64
276
+ - name: science_36
277
+ dtype: large_string
278
+ - name: entropy
279
+ dtype: float64
280
+ - name: ph
281
+ dtype: large_string
282
+ - name: wavelength
283
+ dtype: float64
284
+ - name: science_42
285
+ dtype: float64
286
+ - name: ecommerce_48
287
+ dtype: float64
288
+ - name: science_29
289
+ dtype: float64
290
+ - name: health_28
291
+ dtype: large_string
292
+ - name: intensity
293
+ dtype: large_string
294
+ - name: finance_16
295
+ dtype: float64
296
+ - name: ecommerce_60
297
+ dtype: float64
298
+ - name: hemoglobin
299
+ dtype: float64
300
+ - name: assets
301
+ dtype: large_string
302
+ - name: ecommerce_69
303
+ dtype: float64
304
+ - name: iot_33
305
+ dtype: large_string
306
+ - name: health_22
307
+ dtype: float64
308
+ - name: health_35
309
+ dtype: float64
310
+ - name: ecommerce_63
311
+ dtype: large_string
312
+ - name: finance_31
313
+ dtype: large_string
314
+ - name: health_26
315
+ dtype: float64
316
+ - name: iot_48
317
+ dtype: float64
318
+ - name: finance_24
319
+ dtype: float64
320
+ - name: balance
321
+ dtype: float64
322
+ - name: health_48
323
+ dtype: large_string
324
+ - name: science_18
325
+ dtype: float64
326
+ - name: iot_16
327
+ dtype: float64
328
+ - name: iot_26
329
+ dtype: float64
330
+ - name: ecommerce_40
331
+ dtype: float64
332
+ - name: pressure
333
+ dtype: float64
334
+ - name: science_20
335
+ dtype: float64
336
+ - name: health_18
337
+ dtype: float64
338
+ - name: iot_37
339
+ dtype: large_string
340
+ - name: iot_32
341
+ dtype: float64
342
+ - name: iot_55
343
+ dtype: float64
344
+ - name: health_17
345
+ dtype: float64
346
+ - name: ecommerce_25
347
+ dtype: float64
348
+ - name: margin
349
+ dtype: large_string
350
+ - name: health_15
351
+ dtype: float64
352
+ - name: fever
353
+ dtype: float64
354
+ - name: science_43
355
+ dtype: float64
356
+ - name: ecommerce_41
357
+ dtype: float64
358
+ - name: science_57
359
+ dtype: float64
360
+ - name: science_27
361
+ dtype: float64
362
+ - name: velocity
363
+ dtype: large_string
364
+ - name: vibration
365
+ dtype: float64
366
+ - name: ecommerce_49
367
+ dtype: float64
368
+ - name: science_58
369
+ dtype: float64
370
+ - name: health_50
371
+ dtype: large_string
372
+ - name: iot_65
373
+ dtype: float64
374
+ - name: iot_49
375
+ dtype: large_string
376
+ - name: science_31
377
+ dtype: float64
378
+ - name: ecommerce_56
379
+ dtype: float64
380
+ - name: temperature_k
381
+ dtype: large_string
382
+ - name: ecommerce_23
383
+ dtype: float64
384
+ - name: health_25
385
+ dtype: float64
386
+ - name: reaction_time
387
+ dtype: large_string
388
+ - name: mass
389
+ dtype: float64
390
+ - name: ecommerce_47
391
+ dtype: float64
392
+ - name: pressure_pa
393
+ dtype: float64
394
+ - name: ecommerce_68
395
+ dtype: float64
396
+ - name: iot_29
397
+ dtype: float64
398
+ - name: science_23
399
+ dtype: float64
400
+ - name: ecommerce_65
401
+ dtype: large_string
402
+ - name: disk_iops
403
+ dtype: float64
404
+ - name: science_44
405
+ dtype: float64
406
+ - name: science_51
407
+ dtype: large_string
408
+ - name: ecommerce_42
409
+ dtype: float64
410
+ - name: latency_ms
411
+ dtype: float64
412
+ - name: ecommerce_55
413
+ dtype: float64
414
+ - name: ecommerce_43
415
+ dtype: float64
416
+ - name: ecommerce_28
417
+ dtype: large_string
418
+ - name: ecommerce_37
419
+ dtype: float64
420
+ - name: iot_46
421
+ dtype: float64
422
+ - name: ecommerce_46
423
+ dtype: float64
424
+ - name: science_21
425
+ dtype: float64
426
+ - name: science_32
427
+ dtype: float64
428
+ - name: iot_27
429
+ dtype: float64
430
+ - name: science_25
431
+ dtype: float64
432
+ - name: health_42
433
+ dtype: large_string
434
+ - name: iot_53
435
+ dtype: large_string
436
+ - name: health_52
437
+ dtype: float64
438
+ - name: ecommerce_21
439
+ dtype: float64
440
+ - name: ecommerce_64
441
+ dtype: large_string
442
+ - name: ecommerce_31
443
+ dtype: large_string
444
+ - name: science_59
445
+ dtype: float64
446
+ - name: iot_61
447
+ dtype: large_string
448
+ - name: bmi
449
+ dtype: float64
450
+ - name: science_41
451
+ dtype: float64
452
+ - name: science_17
453
+ dtype: float64
454
+ - name: iot_50
455
+ dtype: large_string
456
+ - name: mem_pct
457
+ dtype: float64
458
+ - name: expenses
459
+ dtype: float64
460
+ - name: science_35
461
+ dtype: large_string
462
+ - name: default
463
+ dtype: large_string
464
+ - name: science_28
465
+ dtype: float64
466
+ - name: science_49
467
+ dtype: float64
468
+ - name: ecommerce_29
469
+ dtype: large_string
470
+ - name: ecommerce_58
471
+ dtype: float64
472
+ - name: volume
473
+ dtype: float64
474
+ - name: science_19
475
+ dtype: float64
476
+ - name: ecommerce_35
477
+ dtype: float64
478
+ - name: finance_35
479
+ dtype: float64
480
+ - name: health_27
481
+ dtype: float64
482
+ - name: health_49
483
+ dtype: large_string
484
+ - name: energy_kj
485
+ dtype: float64
486
+ - name: employment_years
487
+ dtype: float64
488
+ - name: finance_33
489
+ dtype: float64
490
+ - name: ecommerce_26
491
+ dtype: float64
492
+ - name: ecommerce_24
493
+ dtype: float64
494
+ - name: current
495
+ dtype: float64
496
+ - name: credit_score
497
+ dtype: float64
498
+ - name: iot_59
499
+ dtype: large_string
500
+ - name: iot_42
501
+ dtype: float64
502
+ - name: iot_60
503
+ dtype: large_string
504
+ - name: iot_19
505
+ dtype: float64
506
+ - name: finance_21
507
+ dtype: float64
508
+ - name: science_24
509
+ dtype: float64
510
+ - name: iot_63
511
+ dtype: float64
512
+ - name: ecommerce_27
513
+ dtype: large_string
514
+ - name: science_22
515
+ dtype: float64
516
+ - name: finance_17
517
+ dtype: float64
518
+ - name: iot_25
519
+ dtype: float64
520
+ - name: iot_31
521
+ dtype: float64
522
+ - name: liabilities
523
+ dtype: float64
524
+ - name: finance_20
525
+ dtype: float64
526
+ - name: packet_loss
527
+ dtype: float64
528
+ - name: science_37
529
+ dtype: large_string
530
+ - name: iot_28
531
+ dtype: float64
532
+ - name: iot_18
533
+ dtype: float64
534
+ - name: diagnosis
535
+ dtype: float64
536
+ - name: iot_34
537
+ dtype: large_string
538
+ - name: iot_39
539
+ dtype: float64
540
+ - name: ecommerce_61
541
+ dtype: large_string
542
+ - name: health_33
543
+ dtype: large_string
544
+ - name: science_39
545
+ dtype: float64
546
+ - name: tax_rate
547
+ dtype: float64
548
+ - name: iot_15
549
+ dtype: float64
550
+ - name: age
551
+ dtype: float64
552
+ - name: iot_58
553
+ dtype: large_string
554
+ - name: iot_24
555
+ dtype: float64
556
+ - name: loan_amount
557
+ dtype: float64
558
+ - name: yield_pct
559
+ dtype: large_string
560
+ - name: health_47
561
+ dtype: large_string
562
+ - name: throughput_gbps
563
+ dtype: float64
564
+ - name: ecommerce_52
565
+ dtype: float64
566
+ - name: debt_ratio
567
+ dtype: large_string
568
+ - name: ecommerce_44
569
+ dtype: float64
570
+ - name: iot_38
571
+ dtype: large_string
572
+ - name: iot_17
573
+ dtype: float64
574
+ - name: alcohol_units
575
+ dtype: float64
576
+ - name: concentration
577
+ dtype: float64
578
+ - name: ecommerce_32
579
+ dtype: large_string
580
+ - name: ecommerce_30
581
+ dtype: large_string
582
+ - name: acceleration
583
+ dtype: float64
584
+ - name: health_38
585
+ dtype: large_string
586
+ - name: ecommerce_22
587
+ dtype: float64
588
+ - name: health_39
589
+ dtype: large_string
590
+ splits:
591
+ - name: train
592
+ num_bytes: 201640258
593
+ num_examples: 71000
594
+ download_size: 20619098
595
+ dataset_size: 201640258
596
+ configs:
597
+ - config_name: datagen_106
598
+ data_files:
599
+ - split: train
600
+ path: datagen_106/train-*
601
  ---
602
 
603
  # Tabula Pretraining Corpus
datagen_106/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3604ec5c809c5fa737530b197077944c8d4a2b5c9461dbe4786e48090250a54
3
+ size 20619098