File size: 639 Bytes
87ccb0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
---
dataset_info:
  features:
  - name: Location
    dtype: string
  - name: Longitude
    dtype: float64
  - name: Latitude
    dtype: float64
  - name: parentsoil
    dtype: string
  - name: ph
    dtype: float64
  - name: clay
    dtype: string
  - name: organicMatter
    dtype: string
  - name: totalNitrogen
    dtype: string
  - name: boron
    dtype: string
  - name: p2o5
    dtype: string
  - name: sand
    dtype: string
  splits:
  - name: train
    num_bytes: 169818
    num_examples: 1359
  download_size: 65696
  dataset_size: 169818
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---