Skip to main content

Questions tagged [linear-models]

3 votes
1 answer
66 views

These concepts seem to be easy but are really difficult to be understood. Please make me understand the idea in a non-technical way.
Subhash C. Davar's user avatar
3 votes
1 answer
56 views

I have data that has 20 variables, all of which are binary 1/0 values I have a result(days) which is an integer value. The overview of this data is that is we are trying to model which of the 20 x ...
steve's user avatar
  • 131
1 vote
3 answers
305 views

I’m building two models (one for a regression problem and the other for a classification task) but I am facing low correlation in the data (lower in the classification problem than in the regression ...
bebel's user avatar
  • 175
4 votes
1 answer
83 views

I have reaction time as a dependent variable and age as an independent variable. I want to do a linear mixed model analysis. My data is not normally distributed. Should I have to transform data? I ...
Monika Thakur's user avatar
1 vote
1 answer
70 views

I have N data vectors $X_i$ and N target vectors $Y_i$ where $i$ indexes the sample. I would like to learn a linear map $A$ between the data and the target i.e find the matrix $A$ that minimize $$\...
Nichola's user avatar
  • 113
0 votes
1 answer
58 views

In a dataset of 9 columns: $X_1-X_8, y$. $y = X_1 * X_5 + X_2 * X_6 + X_3 * X_7 + X_4 * X_8$ Can any form of linear model (anything but SVM, NN, Random Forest, XGBoost, etc.) predict $y$?
Emad Ezzeldin's user avatar
0 votes
1 answer
389 views

I was solving one quiz question on Coursera and I found an interesting question. If you double the value of a given feature (i.e. a specific column of the feature matrix), what happens to the least-...
teddcp's user avatar
  • 165
2 votes
1 answer
112 views

I'm a beginner, and I'm wondering whether a logistic regression in a nut-shell is just normalizing a linear regression? Correct me if I'm wrong, but I came to this conclusion because the predicted ...
Justin Jonany's user avatar
0 votes
1 answer
159 views

I know that having correlated attributes violates the linear model assumption of independent attributes, and I'm not interested in creating a more sophisticated model to tease apart the dependent ...
Brett L's user avatar
0 votes
1 answer
74 views

I'm trying to determine a quantitative value by which a target variable change (inflation) by changing an indicator variable (interest rate). The industry basically uses linear models such as VAR. Are ...
Karim Afifi's user avatar
1 vote
1 answer
362 views

I have asked this question here but I'm also posting it here to get a better insight: https://stats.stackexchange.com/questions/602282/what-are-the-advantages-of-model-drift-vs-concept-drift-in-online-...
Ash's user avatar
  • 127
0 votes
1 answer
173 views

We know that linear kernel SVM may give better results than logistic regression since maximizing the margin usually leads to more stable results/better displacement of the decision boundary. But is ...
DaSim's user avatar
  • 291
-1 votes
1 answer
62 views

I have been looking at how to calculate coefficients by hand and the example produces $Y = 1,383.471380 + 10.62219546 * X$ However the output shown of lm does not show these values anywhere. How do I ...
Kirsten's user avatar
  • 67
0 votes
0 answers
164 views

Assume we are predicting weight based on height: this is simple linear regression. If we now add gender, this creates multiple linear regression and improves our model, and makes it more capable of ...
DarknessPlusPlus's user avatar
0 votes
0 answers
43 views

Just to give you more context, I'm currently working on a finance project relying on neural network. I'm principally using Neural Network to achieve regression task. So my neural network aims to ...
StochasticMan's user avatar

15 30 50 per page