Capstoneproject_house_prices_prediction

Understand the relationships between various features in relation with the sale price of a house using exploratory data analysis and statistical analysis. Applied ML algorithms such as Multiple Linear Regression, Ridge Regression and Lasso Regression in combination with cross validation. Performed parameter tuning, compared the test scores and suggested a best model to predict the final sale price of a house. Seaborn is used to plot graphs and scikit learn package is used for statistical analysis.
Alternatives To Capstoneproject_house_prices_prediction
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ml Course159
2 years ago1R
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Skpr89
2 months ago13September 19, 20193gpl-3.0R
Generates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.
Highcharts_trendline77
8 years ago1mitJavaScript
HighCharts demo of scatter plot, including a trend line
Machine Learning Matlab46
9 years agomitMatlab
Matlab implementation of Machine Learning algorithms
Regression Wasm32
2 years agoGo
Testing doing basic regression with web assembly
The Elements Of Statistical Learning25
5 years agogpl-3.0R
This repository contains R code for exercices and plots in the famous book.
Automobile Dataset Analysis20
2 years agoJupyter Notebook
This project analyzes and visualizes the Used Car Prices from the Automobile dataset in order to predict the most probable car price
Mlr11
14 years ago1August 02, 2019gpl-3.0Python
Multiple linear regression with statistical inference, residual analysis, direct CSV loading, and other features
Peroxide_gallery9
11 days agoRust
Examples of Peroxide (Rust numeric library)
Realestate9
a year agoPython
Contains a set of Python scripts for real estate data analysis, visualization, and fitting.
Alternatives To Capstoneproject_house_prices_prediction
Select To Compare


Alternative Project Comparisons
Readme

This project is about predicting the final sale price of a house. The data is collected from Kaggle. The data set consists of 1460 observations with 81 variables. All the predictors explain the various features of the house, the data frame consists of one output variable 'Sale Price'. Data cleaning steps such as introducing new classes to missing categorical data, filling mean values for missing numerical data (Imputation) are used. Various plots such as scatter plots, violin plots, box plots, bar graphs etc. are plotted to explore the relationships between the output variable 'Sale Price' and predictors. ML algorithms such as Linear Regression, Ridge Regression, Lasso Regression are used to explore the positive and negative coefficients that influence the final Sale Price. The concept of Cross Validation is used to extract the best RMSE (Root mean squared error) score to analyse the best algorithm of all the algorithms applied. Regression plot and Residual plots are plotted to get the visualizations of the performance of the model on test data.

Popular Plot Projects
Popular Linear Regression Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Machine Learning
Plot
Data Visualization
Data Analysis
Linear Regression
Statistical Analysis
Predictive Modeling