File size: 517 Bytes
bbf9c35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: advertising
  features:
  - name: TV
    dtype: float64
  - name: Radio
    dtype: float64
  - name: Newspaper
    dtype: float64
  - name: Sales
    dtype: float64
  splits:
  - name: train
    num_bytes: 4800.0
    num_examples: 150
  - name: test
    num_bytes: 1600.0
    num_examples: 50
  download_size: 8568
  dataset_size: 6400.0
configs:
- config_name: advertising
  data_files:
  - split: train
    path: advertising/train-*
  - split: test
    path: advertising/test-*
---