california-housing-price-prediction
There are 29 repositories under california-housing-price-prediction topic.
aws-samples/amazon-sagemaker-xgboost-regression-model-monitor-and-alerting
How to train, deploy and monitor a XGBoost regression model in Amazon SageMaker and alert using AWS Lambda and Amazon SNS. SageMaker's Model Monitor will be used to monitor data quality drift using the Data Quality Monitor and regression metrics like MAE, MSE, RMSE and R2 using the Model Quality Monitor.
aws-samples/amazon-sagemaker-xgboost-regression-model-hosting-on-amazon-ecs-fargate-and-amazon-api-gateway
How to train a XGBoost regression model on Amazon SageMaker, host inference on a Docker container running on Amazon ECS on AWS Fargate and optionally expose as an API with Amazon API Gateway.
aws-samples/amazon-sagemaker-xgboost-regression-model-hosting-on-aws-lambda-and-amazon-api-gateway
How to train a XGBoost regression model on Amazon SageMaker, host inference on a serverless function in AWS Lambda and optionally expose as an API with Amazon API Gateway
NisAr-PakhtoOn/California-housing-prediction
California house price prediction is done in this notebook
aws-samples/amazon-sagemaker-xgboost-regression-model-hosting-on-aws-app-runner
How to train a XGBoost regression model on Amazon SageMaker and host inference as an API on a Docker container running on AWS App Runner.
ellieflgr/CaliforniaHousingPricesML
This is an educational workthrough project from the book "Hands-On ML with Scikit-Learn, Keras and TensorFlow" by Aurélien Géron. It is based on the well-known "California Housing Prices" dataset - through feature engineering I successfully improved the performance of the model used in the book.
ankur715/Machine_Learning
ML, NN, NLP, ARIMA, clustering, classification, mapping
BALAJIHARIDASAN/Machine-Learning-project-end-to-end
This project is full scale end to end Machine learning project that used to predict the price of the california housing dataset
mikel-brostrom/Housing_Price_Prediction
California housing price prediction with NN, Random Forest and Linear Regression
salim-benhamadi/predicting-house-prices
Predicting California Housing Prices using Decision Tree Regressor
nadavWeisler/PricePredictionSklearn
Build as part of "Building Your First scikit-learn Solution" Pluralsight course.
Noudi03/PatternRecognition
Pattern Recognition assignment
rasmodev/House-Price-Prediction---Stochastic-Gradient-Descent-model
This repository contains a machine learning algorithm that trains a model to predict house prices based on specified features of the homes, using the California Housing Dataset.
rasmodev/House-Price-Prediction-Random-Forest-Model
This repository contains a machine learning algorithm that trains a Random Forest model to predict house prices based on specified features of the homes, using the California Housing Dataset. The dataset used to train and evaluate the Random Forest model to predict median housing prices.
AkashHiremath856/California_Housing
California Housing Price prediction with web-hosting using Heroku and scikit-learn for predicting.
amirragab-ds/Linear-Regression-using-Python-and-Sklearn
The "Linear Regression in Machine Learning using Python and Sklearn" article's source code
dilne/CaliforniaHousing
California Housing Price Prediction - Linear Regression, Support Vector Regression, Decision Trees, and Random Forest Regression
Gabrieln18/Machine-Learning
Introduction to Machine Learning using data from the california_housing dataset.
kfmatovic716/CA-HOME-PRICE-PREDICTIONS---Final-Project
Create a platform that will predict a house price based on a user-input zip code and house type
Sara-Esm/California-Housing-Dataset-PyTorch
California Housing Data Analysis
srikanthiremath/California-Housing-Price-Prediction
Problem Statement The purpose of the project is to predict median house values in Californian districts, given many features from these districts. The project also aims at building a model of housing prices in California using the California census data. The data has metrics such as the population, median income, median housing price, and so on for each block group in California. This model should learn from the data and be able to predict the median housing price in any district, given all the other metrics. Districts or block groups are the smallest geographical units for which the US Census Bureau publishes sample data (a block group typically has a population of 600 to 3,000 people). There are 20,640 districts in the project dataset. Bonus Exercise: Predict housing prices based on median_income and plot the regression chart.
UpalRoy-Decisionscientist/Machine-Learning
Machine Learning Python
Danishyousuf19/Linear-Regression
This contains all the project in which i have used Simple Linear Regression to Predict output
kbmclaren/tensorFlow-CMSC478-ML
Get started with Tensorflow/Keras API.
Nikoletos-K/Ridge-regression-for-California-Housing-Dataset
🏡💲 Stochastic, full and mini-batch gradient descent for ridge regression using California Housing Dataset
Precioux/Computational-Intelligence-Projects
Computational Intelligence Course - Spring 2023