About 32,000 results
Open links in new tab
  1. python - Calculate a polynomial regression - Stack Overflow

    Sep 4, 2023 · From what I understand polynomial regression is a specific type of regression analysis, which is more complicated than linear regression. Is there a python module which …

  2. python - Multivariate polynomial regression with numpy - Stack …

    Jun 12, 2012 · I have many samples (y_i, (a_i, b_i, c_i)) where y is presumed to vary as a polynomial in a,b,c up to a certain degree. For example for a given set of data and degree 2 I …

  3. python - How to implement polynomial logistic regression in scikit ...

    May 1, 2019 · On this you can now build your logistic regression calling X_poly lr = LogisticRegression() lr.fit(X_poly,y_train) Note: if you then want to evaluate your model on the …

  4. python - How to calculate error in Polynomial Linear Regression ...

    Oct 10, 2017 · python; numpy; linear-regression; polynomial-math; See similar questions with these tags. The Overflow ...

  5. python - How can I use multiple dimensional polynomials with …

    Jan 10, 2018 · Finding a polynomial regression equasion ... python polynomial package of multiple variables. 4. A numpy ...

  6. Multivariate polynomial regression with Python - Stack Overflow

    Feb 26, 2019 · Im wondering, is it possible to make multivariate polynomial regression? This is my code for multivariate polynomial regression, it shows this error: in check_consistent_length " …

  7. python - How to find the best degree of polynomials ... - Stack …

    I'm new to Machine Learning and currently got stuck with this. First I use linear regression to fit the training set but get very large RMSE. Then I tried using polynomial regression to reduce …

  8. python - How to realize a polynomial regression in Pytorch - Stack …

    Apr 30, 2019 · I want my neural network to solve a polynomial regression problem like y=(x*x) + 2x -3. So right now I created a network with 1 input node, 100 hidden nodes and 1 output node …

  9. python - How to extract equation from a polynomial fit ... - Stack …

    The coefficients of the linear model are stored in the intercept_ and coeff_ attributes of the model.. You can see this more clearly by turning-down the regularization and feeding-in a known …

  10. python - How to output Regression Analysis summary from …

    Sep 5, 2016 · Multivariate polynomial regression with Python. 1. How to add prediction to polynomial regression. 0.

Refresh