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.
@mosesgnanamanickam7043 Жыл бұрын
if I take polynomial regression of degree 1 will it map to linear regression?
@stefvleugels17362 жыл бұрын
Nice video. Do you have any plans on making a video about custom NER?
@codeislife18512 жыл бұрын
idk why but the audio is very low on my laptop! the music seems to be loud but flori's voice is quite low
@hassanmohamed-iz2un5 күн бұрын
Superb where can I find your courses website
@fenixjose172 жыл бұрын
Great lesson. You always pick no conventional subjects.
@shobhitasohal2853 Жыл бұрын
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?
@thecatsister30402 жыл бұрын
Thank you for your video. This is really helpful. I need further help, how can I obtain the equation for the fit?
@theovasilopoulos549910 ай бұрын
Press Command+W (or Ctrl+W if you'er on Windows) after plotting the output. This should print the equation of the regression line.
@justinborrerou9109 Жыл бұрын
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?
@TheEnginator Жыл бұрын
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.
@standarddeviation91132 жыл бұрын
Great video, thanks and regards from germany
@ShiftKoncepts9 ай бұрын
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?
@white29056 ай бұрын
yes you can use reg._intercept , reg._coef but it'ill return you the finalized best parameters if you want it for measuring accuracy just code an gradient descent and loop and print it with accuracy with that.
@AaSinSin137 Жыл бұрын
Hi.. thank you for your tutorial. It is very helpful. I wonder if possible to perform polynomial regression for multiple variable?
@shehab976 Жыл бұрын
How about fit a surface f(x,y,z),can u help me about that sir?
@FazeelUddin2 жыл бұрын
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
@bowlofruits20 Жыл бұрын
Thank you for your video! How about for multivariate polynomial regression? Is that possible?
@mouaidsirafai Жыл бұрын
perfect video, thank you so much! ☺
@philtoa3342 жыл бұрын
Good thx.
@ralpharnold91869 ай бұрын
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