avewright commited on
Commit
84b5699
·
verified ·
1 Parent(s): 6817ced

Add batch datagen_103 (56,500 rows)

Browse files
README.md CHANGED
@@ -1,17 +1,677 @@
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_103
17
+ features:
18
+ - name: cpu_pct
19
+ dtype: float64
20
+ - name: packet_loss
21
+ dtype: float64
22
+ - name: error_rate
23
+ dtype: float64
24
+ - name: temperature
25
+ dtype: float64
26
+ - name: current
27
+ dtype: float64
28
+ - name: disk_iops
29
+ dtype: float64
30
+ - name: pressure
31
+ dtype: float64
32
+ - name: voltage
33
+ dtype: float64
34
+ - name: throughput_gbps
35
+ dtype: float64
36
+ - name: vibration
37
+ dtype: float64
38
+ - name: uptime_hours
39
+ dtype: float64
40
+ - name: humidity
41
+ dtype: float64
42
+ - name: mem_pct
43
+ dtype: float64
44
+ - name: latency_ms
45
+ dtype: float64
46
+ - name: fan_rpm
47
+ dtype: float64
48
+ - name: iot_15
49
+ dtype: float64
50
+ - name: iot_16
51
+ dtype: float64
52
+ - name: iot_17
53
+ dtype: float64
54
+ - name: iot_18
55
+ dtype: float64
56
+ - name: iot_19
57
+ dtype: float64
58
+ - name: iot_20
59
+ dtype: float64
60
+ - name: iot_21
61
+ dtype: float64
62
+ - name: iot_22
63
+ dtype: float64
64
+ - name: iot_23
65
+ dtype: float64
66
+ - name: iot_24
67
+ dtype: float64
68
+ - name: iot_25
69
+ dtype: float64
70
+ - name: iot_26
71
+ dtype: float64
72
+ - name: iot_27
73
+ dtype: float64
74
+ - name: iot_28
75
+ dtype: float64
76
+ - name: iot_29
77
+ dtype: float64
78
+ - name: iot_30
79
+ dtype: float64
80
+ - name: iot_31
81
+ dtype: float64
82
+ - name: iot_32
83
+ dtype: float64
84
+ - name: iot_33
85
+ dtype: float64
86
+ - name: iot_34
87
+ dtype: float64
88
+ - name: iot_35
89
+ dtype: float64
90
+ - name: iot_36
91
+ dtype: float64
92
+ - name: iot_37
93
+ dtype: float64
94
+ - name: iot_38
95
+ dtype: float64
96
+ - name: iot_39
97
+ dtype: float64
98
+ - name: iot_40
99
+ dtype: float64
100
+ - name: iot_41
101
+ dtype: float64
102
+ - name: iot_42
103
+ dtype: float64
104
+ - name: iot_43
105
+ dtype: float64
106
+ - name: iot_44
107
+ dtype: float64
108
+ - name: iot_45
109
+ dtype: float64
110
+ - name: iot_46
111
+ dtype: float64
112
+ - name: iot_47
113
+ dtype: float64
114
+ - name: target
115
+ dtype: float32
116
+ - name: _source_meta
117
+ dtype: large_string
118
+ - name: health_30
119
+ dtype: float64
120
+ - name: health_53
121
+ dtype: float64
122
+ - name: logistics_31
123
+ dtype: float64
124
+ - name: hr_29
125
+ dtype: float64
126
+ - name: ecommerce_38
127
+ dtype: float64
128
+ - name: iot_57
129
+ dtype: float64
130
+ - name: logistics_25
131
+ dtype: float64
132
+ - name: science_40
133
+ dtype: float64
134
+ - name: interest_rate
135
+ dtype: float64
136
+ - name: health_55
137
+ dtype: float64
138
+ - name: iot_52
139
+ dtype: float64
140
+ - name: health_21
141
+ dtype: float64
142
+ - name: ecommerce_36
143
+ dtype: float64
144
+ - name: heart_rate
145
+ dtype: float64
146
+ - name: ecommerce_33
147
+ dtype: float64
148
+ - name: blood_pressure
149
+ dtype: float64
150
+ - name: hr_16
151
+ dtype: float64
152
+ - name: iot_54
153
+ dtype: float64
154
+ - name: health_46
155
+ dtype: float64
156
+ - name: hr_32
157
+ dtype: float64
158
+ - name: purity
159
+ dtype: float64
160
+ - name: logistics_46
161
+ dtype: float64
162
+ - name: health_24
163
+ dtype: float64
164
+ - name: route_id
165
+ dtype: float64
166
+ - name: smoking
167
+ dtype: float64
168
+ - name: weight_kg
169
+ dtype: float64
170
+ - name: science_30
171
+ dtype: float64
172
+ - name: health_23
173
+ dtype: float64
174
+ - name: hr_23
175
+ dtype: float64
176
+ - name: glucose
177
+ dtype: float64
178
+ - name: role_level
179
+ dtype: float64
180
+ - name: science_34
181
+ dtype: float64
182
+ - name: logistics_52
183
+ dtype: float64
184
+ - name: income
185
+ dtype: float64
186
+ - name: ecommerce_34
187
+ dtype: float64
188
+ - name: health_37
189
+ dtype: float64
190
+ - name: health_44
191
+ dtype: float64
192
+ - name: customs_flag
193
+ dtype: float64
194
+ - name: science_48
195
+ dtype: float64
196
+ - name: shipping_days
197
+ dtype: float64
198
+ - name: iot_56
199
+ dtype: float64
200
+ - name: logistics_20
201
+ dtype: float64
202
+ - name: logistics_26
203
+ dtype: float64
204
+ - name: health_36
205
+ dtype: float64
206
+ - name: science_50
207
+ dtype: float64
208
+ - name: white_cell_count
209
+ dtype: float64
210
+ - name: logistics_49
211
+ dtype: float64
212
+ - name: ecommerce_16
213
+ dtype: float64
214
+ - name: health_56
215
+ dtype: float64
216
+ - name: health_16
217
+ dtype: float64
218
+ - name: health_43
219
+ dtype: float64
220
+ - name: science_53
221
+ dtype: float64
222
+ - name: health_20
223
+ dtype: float64
224
+ - name: science_33
225
+ dtype: float64
226
+ - name: science_52
227
+ dtype: float64
228
+ - name: health_51
229
+ dtype: float64
230
+ - name: health_40
231
+ dtype: float64
232
+ - name: ecommerce_39
233
+ dtype: float64
234
+ - name: health_29
235
+ dtype: float64
236
+ - name: absences
237
+ dtype: float64
238
+ - name: logistics_23
239
+ dtype: float64
240
+ - name: science_38
241
+ dtype: float64
242
+ - name: science_26
243
+ dtype: float64
244
+ - name: rating
245
+ dtype: float64
246
+ - name: health_34
247
+ dtype: float64
248
+ - name: creatinine
249
+ dtype: float64
250
+ - name: health_19
251
+ dtype: float64
252
+ - name: ecommerce_45
253
+ dtype: float64
254
+ - name: transit_days
255
+ dtype: float64
256
+ - name: hr_36
257
+ dtype: float64
258
+ - name: family_history
259
+ dtype: float64
260
+ - name: iot_51
261
+ dtype: float64
262
+ - name: health_31
263
+ dtype: float64
264
+ - name: satisfaction
265
+ dtype: float64
266
+ - name: science_15
267
+ dtype: float64
268
+ - name: finance_15
269
+ dtype: float64
270
+ - name: logistics_38
271
+ dtype: float64
272
+ - name: exercise_days
273
+ dtype: float64
274
+ - name: science_46
275
+ dtype: float64
276
+ - name: training_hours
277
+ dtype: float64
278
+ - name: conversion
279
+ dtype: float64
280
+ - name: health_54
281
+ dtype: float64
282
+ - name: logistics_21
283
+ dtype: float64
284
+ - name: science_45
285
+ dtype: float64
286
+ - name: price
287
+ dtype: float64
288
+ - name: health_45
289
+ dtype: float64
290
+ - name: hr_21
291
+ dtype: float64
292
+ - name: logistics_32
293
+ dtype: float64
294
+ - name: warehouse_id
295
+ dtype: float64
296
+ - name: health_41
297
+ dtype: float64
298
+ - name: hr_35
299
+ dtype: float64
300
+ - name: science_47
301
+ dtype: float64
302
+ - name: department_id
303
+ dtype: float64
304
+ - name: health_32
305
+ dtype: float64
306
+ - name: science_16
307
+ dtype: float64
308
+ - name: science_36
309
+ dtype: float64
310
+ - name: cholesterol
311
+ dtype: float64
312
+ - name: fuel_consumption
313
+ dtype: float64
314
+ - name: ph
315
+ dtype: float64
316
+ - name: wavelength
317
+ dtype: float64
318
+ - name: logistics_43
319
+ dtype: float64
320
+ - name: entropy
321
+ dtype: float64
322
+ - name: science_42
323
+ dtype: float64
324
+ - name: hr_25
325
+ dtype: float64
326
+ - name: science_29
327
+ dtype: float64
328
+ - name: logistics_29
329
+ dtype: float64
330
+ - name: overtime_hours
331
+ dtype: float64
332
+ - name: health_28
333
+ dtype: float64
334
+ - name: intensity
335
+ dtype: float64
336
+ - name: churn
337
+ dtype: float64
338
+ - name: performance_score
339
+ dtype: float64
340
+ - name: hemoglobin
341
+ dtype: float64
342
+ - name: logistics_18
343
+ dtype: float64
344
+ - name: assets
345
+ dtype: float64
346
+ - name: logistics_37
347
+ dtype: float64
348
+ - name: discount
349
+ dtype: float64
350
+ - name: distance_km
351
+ dtype: float64
352
+ - name: logistics_45
353
+ dtype: float64
354
+ - name: health_22
355
+ dtype: float64
356
+ - name: logistics_19
357
+ dtype: float64
358
+ - name: logistics_41
359
+ dtype: float64
360
+ - name: revenue
361
+ dtype: float64
362
+ - name: health_35
363
+ dtype: float64
364
+ - name: hr_37
365
+ dtype: float64
366
+ - name: health_26
367
+ dtype: float64
368
+ - name: logistics_40
369
+ dtype: float64
370
+ - name: iot_48
371
+ dtype: float64
372
+ - name: logistics_34
373
+ dtype: float64
374
+ - name: hr_28
375
+ dtype: float64
376
+ - name: hr_33
377
+ dtype: float64
378
+ - name: hr_38
379
+ dtype: float64
380
+ - name: balance
381
+ dtype: float64
382
+ - name: health_48
383
+ dtype: float64
384
+ - name: science_18
385
+ dtype: float64
386
+ - name: ecommerce_40
387
+ dtype: float64
388
+ - name: on_time
389
+ dtype: float64
390
+ - name: science_20
391
+ dtype: float64
392
+ - name: ecommerce_20
393
+ dtype: float64
394
+ - name: return_flag
395
+ dtype: float64
396
+ - name: health_18
397
+ dtype: float64
398
+ - name: logistics_35
399
+ dtype: float64
400
+ - name: iot_55
401
+ dtype: float64
402
+ - name: health_17
403
+ dtype: float64
404
+ - name: ecommerce_25
405
+ dtype: float64
406
+ - name: margin
407
+ dtype: float64
408
+ - name: fragile
409
+ dtype: float64
410
+ - name: health_15
411
+ dtype: float64
412
+ - name: fever
413
+ dtype: float64
414
+ - name: science_43
415
+ dtype: float64
416
+ - name: hr_24
417
+ dtype: float64
418
+ - name: ecommerce_41
419
+ dtype: float64
420
+ - name: ecommerce_19
421
+ dtype: float64
422
+ - name: logistics_22
423
+ dtype: float64
424
+ - name: category
425
+ dtype: float64
426
+ - name: science_27
427
+ dtype: float64
428
+ - name: velocity
429
+ dtype: float64
430
+ - name: health_50
431
+ dtype: float64
432
+ - name: damage_rate
433
+ dtype: float64
434
+ - name: iot_49
435
+ dtype: float64
436
+ - name: science_31
437
+ dtype: float64
438
+ - name: temperature_k
439
+ dtype: float64
440
+ - name: ecommerce_23
441
+ dtype: float64
442
+ - name: bonus_pct
443
+ dtype: float64
444
+ - name: logistics_48
445
+ dtype: float64
446
+ - name: health_25
447
+ dtype: float64
448
+ - name: logistics_36
449
+ dtype: float64
450
+ - name: reaction_time
451
+ dtype: float64
452
+ - name: reviews
453
+ dtype: float64
454
+ - name: load_factor
455
+ dtype: float64
456
+ - name: mass
457
+ dtype: float64
458
+ - name: pressure_pa
459
+ dtype: float64
460
+ - name: logistics_24
461
+ dtype: float64
462
+ - name: refund
463
+ dtype: float64
464
+ - name: logistics_42
465
+ dtype: float64
466
+ - name: carrier_id
467
+ dtype: float64
468
+ - name: science_23
469
+ dtype: float64
470
+ - name: logistics_33
471
+ dtype: float64
472
+ - name: priority
473
+ dtype: float64
474
+ - name: science_44
475
+ dtype: float64
476
+ - name: science_51
477
+ dtype: float64
478
+ - name: hr_26
479
+ dtype: float64
480
+ - name: ecommerce_18
481
+ dtype: float64
482
+ - name: ecommerce_42
483
+ dtype: float64
484
+ - name: logistics_51
485
+ dtype: float64
486
+ - name: ecommerce_43
487
+ dtype: float64
488
+ - name: ecommerce_28
489
+ dtype: float64
490
+ - name: logistics_16
491
+ dtype: float64
492
+ - name: ecommerce_37
493
+ dtype: float64
494
+ - name: hr_30
495
+ dtype: float64
496
+ - name: logistics_30
497
+ dtype: float64
498
+ - name: science_21
499
+ dtype: float64
500
+ - name: logistics_50
501
+ dtype: float64
502
+ - name: science_32
503
+ dtype: float64
504
+ - name: cart_size
505
+ dtype: float64
506
+ - name: tenure_years
507
+ dtype: float64
508
+ - name: salary
509
+ dtype: float64
510
+ - name: science_25
511
+ dtype: float64
512
+ - name: health_42
513
+ dtype: float64
514
+ - name: iot_53
515
+ dtype: float64
516
+ - name: health_52
517
+ dtype: float64
518
+ - name: ecommerce_21
519
+ dtype: float64
520
+ - name: ecommerce_15
521
+ dtype: float64
522
+ - name: hr_17
523
+ dtype: float64
524
+ - name: logistics_47
525
+ dtype: float64
526
+ - name: ecommerce_31
527
+ dtype: float64
528
+ - name: logistics_15
529
+ dtype: float64
530
+ - name: bmi
531
+ dtype: float64
532
+ - name: science_41
533
+ dtype: float64
534
+ - name: science_17
535
+ dtype: float64
536
+ - name: clicks
537
+ dtype: float64
538
+ - name: iot_50
539
+ dtype: float64
540
+ - name: promotions
541
+ dtype: float64
542
+ - name: cost_usd
543
+ dtype: float64
544
+ - name: expenses
545
+ dtype: float64
546
+ - name: science_35
547
+ dtype: float64
548
+ - name: logistics_28
549
+ dtype: float64
550
+ - name: default
551
+ dtype: float64
552
+ - name: science_28
553
+ dtype: float64
554
+ - name: science_49
555
+ dtype: float64
556
+ - name: ecommerce_29
557
+ dtype: float64
558
+ - name: volume
559
+ dtype: float64
560
+ - name: science_19
561
+ dtype: float64
562
+ - name: ecommerce_35
563
+ dtype: float64
564
+ - name: ecommerce_17
565
+ dtype: float64
566
+ - name: quantity
567
+ dtype: float64
568
+ - name: attrition
569
+ dtype: float64
570
+ - name: health_27
571
+ dtype: float64
572
+ - name: health_49
573
+ dtype: float64
574
+ - name: energy_kj
575
+ dtype: float64
576
+ - name: employment_years
577
+ dtype: float64
578
+ - name: ecommerce_26
579
+ dtype: float64
580
+ - name: logistics_44
581
+ dtype: float64
582
+ - name: ecommerce_24
583
+ dtype: float64
584
+ - name: team_size
585
+ dtype: float64
586
+ - name: credit_score
587
+ dtype: float64
588
+ - name: hr_27
589
+ dtype: float64
590
+ - name: science_24
591
+ dtype: float64
592
+ - name: ecommerce_27
593
+ dtype: float64
594
+ - name: science_22
595
+ dtype: float64
596
+ - name: liabilities
597
+ dtype: float64
598
+ - name: logistics_17
599
+ dtype: float64
600
+ - name: science_37
601
+ dtype: float64
602
+ - name: hr_15
603
+ dtype: float64
604
+ - name: diagnosis
605
+ dtype: float64
606
+ - name: hr_18
607
+ dtype: float64
608
+ - name: peer_rating
609
+ dtype: float64
610
+ - name: hr_34
611
+ dtype: float64
612
+ - name: session_minutes
613
+ dtype: float64
614
+ - name: hr_22
615
+ dtype: float64
616
+ - name: logistics_39
617
+ dtype: float64
618
+ - name: hr_31
619
+ dtype: float64
620
+ - name: health_33
621
+ dtype: float64
622
+ - name: science_39
623
+ dtype: float64
624
+ - name: remote_days
625
+ dtype: float64
626
+ - name: tax_rate
627
+ dtype: float64
628
+ - name: age
629
+ dtype: float64
630
+ - name: hr_20
631
+ dtype: float64
632
+ - name: loan_amount
633
+ dtype: float64
634
+ - name: yield_pct
635
+ dtype: float64
636
+ - name: health_47
637
+ dtype: float64
638
+ - name: logistics_27
639
+ dtype: float64
640
+ - name: return_rate
641
+ dtype: float64
642
+ - name: debt_ratio
643
+ dtype: float64
644
+ - name: ecommerce_44
645
+ dtype: float64
646
+ - name: alcohol_units
647
+ dtype: float64
648
+ - name: health_38
649
+ dtype: float64
650
+ - name: concentration
651
+ dtype: float64
652
+ - name: ecommerce_30
653
+ dtype: float64
654
+ - name: acceleration
655
+ dtype: float64
656
+ - name: hr_19
657
+ dtype: float64
658
+ - name: ecommerce_32
659
+ dtype: float64
660
+ - name: ecommerce_22
661
+ dtype: float64
662
+ - name: health_39
663
+ dtype: float64
664
+ splits:
665
+ - name: train
666
+ num_bytes: 169922286
667
+ num_examples: 56500
668
+ download_size: 14168976
669
+ dataset_size: 169922286
670
+ configs:
671
+ - config_name: datagen_103
672
+ data_files:
673
+ - split: train
674
+ path: datagen_103/train-*
675
  ---
676
 
677
  # Tabula Pretraining Corpus
datagen_103/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69b14cdaca27758941a2cf55a5dbb94d04a3fc27d9181bd21fcae9f0e8d5e39
3
+ size 14168976