Baselight

Weather Forecast Dataset

Dataset for Classification Problem - Machine Learning for Beginner

@kaggle.zeeshier_weather_forecast_dataset

Loading...
Loading...

About this Dataset

Weather Forecast Dataset

Weather Forecast Dataset

  • This dataset is ideal for beginners looking to practice machine learning, specifically using classification techniques.
  • With 2,500 weather observations, it’s a simple yet practical dataset for learning how to predict rainfall based on various weather conditions.
  • Perfect for use with Python libraries like scikit-learn, this dataset enables experimentation with algorithms such as logistic regression , decision trees , and random forests .
  • The dataset's straightforward structure makes it accessible for those new to classification problems and interested in weather data analysis.

Tables

Weather Forecast Data

@kaggle.zeeshier_weather_forecast_dataset.weather_forecast_data
  • 124.12 kB
  • 2,500 rows
  • 6 columns
Loading...
CREATE TABLE weather_forecast_data (
  "temperature" DOUBLE,
  "humidity" DOUBLE,
  "wind_speed" DOUBLE,
  "cloud_cover" DOUBLE,
  "pressure" DOUBLE,
  "rain" VARCHAR
);

Share link

Anyone who has the link will be able to view this.