File size: 679 Bytes
10fc1cb |
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: Name
dtype: string
- name: soil_ph
dtype: string
- name: soil_phosphorus
dtype: string
- name: soil_potassium
dtype: string
- name: soil_nitrogen
dtype: string
- name: weather_temperature
dtype: string
- name: weather_precipitation
dtype: string
- name: weather_humidity
dtype: string
- name: Terrain
dtype: string
- name: Altitude
dtype: string
- name: Season
dtype: string
splits:
- name: train
num_bytes: 5784
num_examples: 34
download_size: 7119
dataset_size: 5784
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|