About 50 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 distinguish …

  2. regression - Why do we say the outcome variable "is regressed on" the ...

    Apr 15, 2016 · The word "regressed" is used instead of "dependent" because we want to emphasise that we are using a regression technique to represent this dependency between x and y. So, this …

  3. Why Isotonic Regression for Model Calibration?

    Jan 27, 2025 · 1 I think an additional reason why it is so common is the simplicity (and thus reproducibility) of the isotonic regression. If we give the same classification model and data to two …

  4. regression - When is R squared negative? - Cross Validated

    Also, for OLS regression, R^2 is the squared correlation between the predicted and the observed values. Hence, it must be non-negative. For simple OLS regression with one predictor, this is equivalent to …

  5. What is the lasso in regression analysis? - Cross Validated

    Oct 19, 2011 · LASSO regression is a type of regression analysis in which both variable selection and regulization occurs simultaneously. This method uses a penalty which affects they value of …

  6. Why not approach classification through regression?

    87 "..approach classification problem through regression.." by "regression" I will assume you mean linear regression, and I will compare this approach to the "classification" approach of fitting a logistic …

  7. What is the relationship between R-squared and p-value in a regression?

    Context - I'm performing OLS regression on a range of variables and am trying to develop the best explanatory functional form by producing a table containing the R-squared values between the linear, …

  8. Understanding spline transformation and regression coefficients

    Feb 9, 2024 · Understanding spline transformation and regression coefficients Ask Question Asked 2 years, 1 month ago Modified 2 years ago

  9. R squared in logistic regression adjusted for number of predictors

    May 28, 2024 · For logistic regression there are some R squared analogues (Tjur’s R squared, McFadden’s R squared, Cox-Snell’s R squared and Nagelkerke’s R squared). But is there a R …

  10. When to use negative binomial and Poisson regression

    Sep 2, 2024 · When would one use a negative binomial regression and when would one use Poisson regression with respect to the mean and variance?