Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 506 Bytes

File metadata and controls

18 lines (15 loc) · 506 Bytes

Statistical Learning project

The project tackles a classic statistical EDA for the "scholastic project" of Statistical Learning analyzing data of cars sold on Craigslist.

Aim of the project

  • Retrieve the data
  • Clean the data
  • Explore data
    • Select categories to remove
  • Create models
    • Linear model
      • Linear model with correct polynomial relationship
    • Ridge model
    • Lasso model
      • Regressors selection with lasso model
  • Presentation