King County Real Estate Model
-
Updated
Nov 28, 2020 - Jupyter Notebook
King County Real Estate Model
Introduction to Machine Learning course - Spring 2021 - Supervised and Unsupervised Learning, KNN Classification Models, Naive-Bayes Classifier, Regression Analysis, K-Means and DBSCAN Clustering Analysis, Association Rules and PCA, Confusion Matrix, Normalization, Dummy Variables.
Build a model with machine learning to predict housing prices in Ames, Iowa. Top 11% in the Kaggle Housing Prices Competition.
This file provides full practice of data preprocessing methods and techniques using different types of libraries.
Content of the course "Regression and Statistical Models (52571)" at The Hebrew University of Jerusalem, in the Department of Statistics and Data Science.
Working Examples of all algorithms with datasets
Sample programs with basic machine learning concepts
This python code shows howw regression is handled in case of categorical variables using duumies. It calculates the multiple regression code and shows the regression table. It also performs the residual analysis.
Goal is to predict the miles per gallon of the cars using different attributes
The second task given to me while completing the BCG X Data Science microinternship. Conduct feature engineering by selecting, manipulating and transforming raw data into features that can be used in a supervised learning model
Predictive model that tells important factors(or features) affecting the demand for shared bikes
X Education Organization wants to identify if a customer registered on their website for enquiry is a potential customer or not. Using past data to build a machine learning algorithm
The Bike Sharing Company wants to understand the independent variables on their past data to analyze and create a machine learning model to understand the demand of the bike and accordingly plan a business strategy.
Feature Engineering with Python
To predict which customer is most likely to convert
Scientific programming through the SKLearn / Scikitlearn library
different types of regression
There are lot of things that need to be done on the given dataset before we feed it to the machine, these things come under data preprocessing. In this repository I have tried to explain those things with some examples.
Add a description, image, and links to the dummy-variables topic page so that developers can more easily learn about it.
To associate your repository with the dummy-variables topic, visit your repo's landing page and select "manage topics."