Linear Regression Python (sklearn, numpy, pandas)

preview_player
Показать описание

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

I have a logistic regression tutorial up now as well.

MichaelGalarnyk
Автор

You can never have enough Linear Regression. I really enjoyed this!

PyRevolution
Автор

Thanks for this; taking a deeper dive into this stuff the next few days and looks like you've made some easy to follow material

aahmed
Автор

Very helpful, thank you! So straight forward and easy to follow!

Fireflie
Автор

Super super helpful. Thank you Michael!

rogzinho
Автор

I tried to watch your video but I wasn't able to see what was happening. Could you please help with python code for a set of stocks and time series to make forecast that will perform exponential smoothing and also linear regression model to confirm the python result?
Thanks

odeidoko
Автор

It's excellent. How could this code be adapted for use with Apache Spark?

everjaga
Автор

Hi, very good video, could you please kindly load a video on how to predict new cases, for example, once i have model, how do i import new .csv file and predict the new values. thanks in advance,

ThePerfectsoul
Автор

Sir

thanks for a wonderful tutorial...

kindly write a short one won logistic regression, again using your own self-generated dataset like this one.
i am asking whether u may give us the codes for multiple linear regression...assuming the data had like five columns...then we are meant to predict the sixth as our 'y'

thanks n be blessed for a good job!

meshackamimo
Автор

Hi, I did not understand this part of the code : " plt.plot([0, 100], [b, m*100+b], 'r')
"

varungupta
Автор

Hi, I would really appreciate if you could also teach the test data and train data concept.

varungupta
Автор

the raw_data lines don't work … is this going to a specific path?

randybrickson
Автор

The scatterplot doesn't show up for me

JordanShackelford