ansehoon1999 / DC_Price-Prediction

💰 Seattle House Price Prediction 💰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💰 Seattle House Price Prediction 💰

(3-1 data science term-project)

✔ dataset

kaggle seattle house price dataset

(you can find dataset from kaggle)

그림1

  • Data size: 21614
  • dirty data: 423
  • category: 18

✔ dataset preprocessing

  • cleaning dirty data
  • categorical -> numerical
  • feture reduction
  • normalization(standard scaler)
  • feature selection

그림1

✔ Algorithm

  • KNN Algorithm (grade)
  • multiple regression (price)

✔ Evaluation & Ensemble

  • using 'cross_val_score' function
  • using bagging classifier
  • using confusion matrix

그림1

그림1

About

💰 Seattle House Price Prediction 💰


Languages

Language:Python 100.0%