Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmarks84/coursework_project_ml-model-eval-refine

Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices
https://github.com/dmarks84/coursework_project_ml-model-eval-refine

classification communication data-modeling dataframes machine-learning matplotlib numpy pandas programming python regression scikit-learn scipy seaborn supervised-ml visualization

Last synced: 11 days ago
JSON representation

Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices

Awesome Lists containing this project

README

        

## Project(Project_ML-Model-Eval-Refine)
### Part of the Coursera series: IBM Data Science

## Summary
In this project, I took in data related to home sales in order to develop a model to predict future home sales. We had to wrnagle the data and transform it, perform EDA and look at various correlations between features in order to set up a machine learning (polynomial linear regression) model on which to train and then create predictions. We performed feature engneering and scaling in the process.

## Skills (Developed & Applied)
Programming, Python, Databases, Statistics, Probability, SciPy, Numpy, Pandas, Seaborn, Matplotlib, Scikit-learn, Data Modeling, EDA, Data Visualization, Data Summarization, Data Reporting, Regression, Supervised ML, Communication