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