Polynomial Regression in Python

preview_player
Показать описание
In this video we learn about polynomial regression in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

For those asking, I used print(reg.intercept_, reg.coef_) to print the coefficients. reg.intercept_ is a_0, reg.coef_ is a list of a_1, ..., a_n, whereas n is the degree of the polynom.

TheEnginator
Автор

Great lesson. You always pick no conventional subjects.

fenixjose
Автор

Nice video. Do you have any plans on making a video about custom NER?

stefvleugels
Автор

Great video, thanks and regards from germany

standarddeviation
Автор

if I take polynomial regression of degree 1 will it map to linear regression?

mosesgnanamanickam
Автор

Thank you for your video. This is really helpful. I need further help, how can I obtain the equation for the fit?

thecatsister
Автор

great video brother i also make videos on you tube and recently started python for beginners. This all about python i have learned from you is helping me a lot. Thank you

FazeelUddin
Автор

Hi.. thank you for your tutorial. It is very helpful. I wonder if possible to perform polynomial regression for multiple variable?

AaSinSin
Автор

What is meant by Polynomial features? at the end of video you mentioned that we can give weights to features what does that mean? also, x_vals is just the test data to predict y_vals correct?

shobhitasohal
Автор

How would you print the regression as a polynomial function? In other words, how would you print an expression for the polynomial regression you just fit?

justinborrerou
Автор

idk why but the audio is very low on my laptop! the music seems to be loud but flori's voice is quite low

codeislife
Автор

Is there anyway that we can show the coefficients incase we want to plug it into Excel? Also what does it mean to have Bias = False?

ShiftKoncepts
Автор

Thank you for your video! How about for multivariate polynomial regression? Is that possible?

bowlofruits
Автор

How about fit a surface f(x, y, z), can u help me about that sir?

shehab
Автор

I dare you to show how to show this in vs 2019 and 2022 and show us where we can find articles and background information on almost all the commands and its syntax reference manual if possible and leave us the link

ralpharnold