Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 282 Bytes

File metadata and controls

12 lines (9 loc) · 282 Bytes

California Housing Data Analysis

Analysis of the California Housing dataset using Python. The goal is to prepare the data for linear regression modelling and evaluate the model's performance.

Dependencies

  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • StatsModels
  • Scikit-learn