DEV Community

Vishnu Ajit
Vishnu Ajit

Posted on

1

Posting my first Dev Post: Project : Using Linear Regression in Machine Learning to predict house prices

Posting My First Dev Post Notebook: Predicting house prices using LinearRegression

Excited to share my notebook which i made for experimenting with machine learning algorithms! This notebook contains code and markdown for a project using LinearRegression . It loads the dataset from load_boston dataset and enables us to predict house prices from the available actual houseprices ๐Ÿง‘โ€๐Ÿ’ป๐Ÿ“Š

Concepts Used Include:

  • Train_Test_Split๐ŸŒ€
  • LinearRegression ๐ŸŽฏ
  • mean_squared_error โž–
  • model.coef_ ๐ŸŒŸ
  • model.intercept_ ๐Ÿ”„
  • model.predict ๐ŸŒŸ

Why This Notebook:

The main goal of this notebook is to visually understand how to use the LinearRegression concept in machine learning algorithm to calculate/predict house prices from the training data we have.

Iโ€™ve included a line to my notebook to guide you through the it https://colab.research.google.com/drive/1-fGYNuGfMXjq172ErX7TWGoSPguU863f?usp=sharing

Whatโ€™s Next:

Over the Next week, Iโ€™ll be posting more of my notebooks for other concepts in Machine Learning as recommended by this url https://www.kaggle.com/discussions/getting-started/554563 [# Machine Learning Engineer Roadmap for 2025]

Who's This For:

For anybody who loves python and who has been telling themselves I'm gonna learn Machine Learning one day. This is for them !Lets learn Machine Learning Together :)

Feel free to explore the notebook and try out your own machine learning models! ๐Ÿš€

Notebook Link: https://colab.research.google.com/drive/1-fGYNuGfMXjq172ErX7TWGoSPguU863f?usp=sharing  [Project ML - Learn Linear Regression in Machine Learning through Python]
Kaggle References: https://www.kaggle.com/discussions/getting-started/554563 [Machine Learning Engineer Roadmap for 2025]

Image of AssemblyAI tool

Challenge Submission: SpeechCraft - AI-Powered Speech Analysis for Better Communication

SpeechCraft is an advanced real-time speech analytics platform that transforms spoken words into actionable insights. Using cutting-edge AI technology from AssemblyAI, it provides instant transcription while analyzing multiple dimensions of speech performance.

Read full post

Top comments (2)

Collapse
 
dkjackson19 profile image
Dk Jackson โ€ข

Hey there Iโ€™m excited to learn Python this year especially ML/AI. Iโ€™m ready to see what you have to share, and learn along with you. Not to mention the information you provided with those links to your notebook/kaggle were very great to read.

Collapse
 
vishnu_ajit profile image
Vishnu Ajit โ€ข

Thank you for those kind words :)

I'll start sharing my notebooks in future Dev Posts. And yes, lets learn along.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

๐Ÿ‘‹ Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay