Machine Learning in R: Building a Linear Regression Model

preview_player
Показать описание
In this machine learning in R tutorial video, I will go over the steps on how you can build a simple linear regression model using the caret package in the R language. The dataset that we will be using is the Boston Housing dataset where we will be predicting the median home value in Boston.

⭕ Playlist:
Check out our other videos in the following playlists.

⭕ Subscribe:
If you're new here, it would mean the world to me if you would consider subscribing to this channel.

⭕ Recommended Tools:
Kite is a FREE AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite and I love it!

⭕ Recommended Books:

⭕ Stock photos, graphics and videos used on this channel:

⭕ Follow us:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

#dataprofessor #linearregression #regression #machinelearning #deploymachinelearning #datascienceproject #learnr #rprogramming #learnrprogramming #datascience #datamining #bigdata #datascienceworkshop #dataminingworkshop #dataminingtutorial #datasciencetutorial #ai #artificialintelligence #r #boston #bostonhousing #bostondata #tutorial #dataanalytics #dataanalysis #mlr #simpleregression #simplelinearregression
Рекомендации по теме
Комментарии
Автор

your videos are simply the best ones i've found so far. thanks very much.

theforester_
Автор

Very interesting. Planning to watch this again and follow along in R Studio this weekend.

JJ-iope
Автор

Thank you! You are fantastic!! Love from Norway

ama
Автор

Learn or refresh R piece by piece - great series!!

jeffersonjones
Автор

I have a smaller data set so my final Testing plot doesn't have many points. How do I plot all of my data points onto this model? I've looked and can't find this information anywhere!

benbishop
Автор

how do you split data data without using random sample method? ( Coz I have time stamps in my dataset that's why won't using random sample)

PAULSHOWTO
Автор

Great!!! Please upload more videos on R

mehraadi
Автор

this is awesome! trying my own project. any reason i would be getting an error when trying to create my data partition? I included it below


> TrainingIndex <- createDataPartition(test_data$medv, p=0.8, list = FALSE)
Error in createDataPartition(test_data$medv, p = 0.8, list = FALSE)



y must have at least 2 data points
In addition: Warning message:
Unknown or uninitialised column: `medv`.

justalittlecod
Автор

Hey @data professor. Is it possible to contact you or pay for for a 1 hr teams meeting where I can go through some data and ask questions

mistazed
Автор

Can you please explain how to use the train function in the caret package if we want to run a regression analysis for a time series data. Let's say for the variables of y (dependent variable) and x1, x2, x3, x4 (independent variables), all are stock index returns

brianpaviaym