About 450,000 results
Open links in new tab
  1. Support Vector Regression vs. Linear Regression - Cross Validated

    Dec 5, 2023 · Linear regression can use the same kernels used in SVR, and SVR can also use the linear kernel. Given only the coefficients from such models, it would be impossible to …

  2. Effect of switching response and explanatory variable in simple …

    Simple linear regression of y ~ x gives you the 'best' possible model for predicting y given x. Hence, if you fit a model for x ~ y and algebraically inverted it, that model could at its very best …

  3. Why are the Degrees of Freedom for multiple regression n - k - 1?

    May 2, 2017 · Why are the Degrees of Freedom for multiple regression n - k - 1? For linear regression, why is it n - 2? [duplicate] Ask Question Asked 8 years, 6 months ago Modified 4 …

  4. Linear regression, conditional expectations and expected values

    Jun 25, 2016 · In the probability model underlying linear regression, X and Y are random variables. if so, as an example, if Y = obesity and X = age, if we take the conditional …

  5. In linear regression, when is it appropriate to use the log of an ...

    Aug 24, 2021 · Some non-linear re-expression of the dependent variable is indicated when any of the following apply: The residuals have a skewed distribution. The purpose of a transformation …

  6. How should outliers be dealt with in linear regression analysis?

    Often times a statistical analyst is handed a set dataset and asked to fit a model using a technique such as linear regression. Very frequently the dataset is accompanied with a disclaimer similar...

  7. When conducting multiple regression, when should you center …

    Jun 5, 2012 · This proof is only for simple linear regression. It doesn't generalize to higher dimensions, but it's pretty simple to show from the multiple linear regression formula for $\hat …

  8. When should linear regression be called "machine learning"?

    Mar 21, 2017 · Linear regression is a technique, while machine learning is a goal that can be achieved through different means and techniques. So regression performance is measured by …

  9. Difference between linear regression and neural network

    Nov 8, 2018 · Using linear regression for predicting binary outputs is a suboptimal choice, same for counts, and there are specialized GLMs for many different problems. So basically yes, we …

  10. correlation - What is the difference between linear regression on y ...

    So, to the answer the question: What is the difference between linear regression on y with x and x with y?, we can say that the interpretation of the regression equation changes when we …