Multiple Linear Regression using Scikit Learn | Coding Part 1

preview_player
Показать описание
This video explains the code related to loading our dataset in order to use it for model training purpose, creating feature matrix, dependent variable vector as well as how to perform one hot encoding on categorical variables in order to create dummy variables.

FOLLOW ME ON:

About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.

Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.

*******Other AI, ML and Deep Learning Related Video Series*****

******************************************************************

#MultipleLinearRegression #OneHotEncoding #ScikitLearn
Рекомендации по теме
Комментарии
Автор

Trivia question from the video: Why are we using Label
Encoder before One Hot Encoder in order to create dummy variables?

TheAIUniversity
Автор

Continue this good work, Gods blessings on your excellent work :)

tai_phillips
Автор

Label Encoder is used to convert string datatype to int, since we cannot use string in our dataset array,

Thanks.. for the video

sheruloves
Автор

__init__() got an unexpected keyword argument 'categorical_features'
getting this error, how to fix this??

shripadjoshi
Автор

It said "list indices must be integers or slices, not tuple". How to solve this?

janczerrinalhaner.domingo
Автор

Hello sir I have the exact same code as yours even with the indexes still it's giving me and error at the input line of label encoder

simonelgarrad
Автор

__init__() got an unexpected keyword argument 'categorical_features' sir

dianakrismonita
Автор

__init__() got an unexpected keyword argument 'categorical_features'
getting this error, how to fix this??

chanduvadde