--- 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-* ---