Zusammenfassung der Ressource
Frage 1
Frage
Regression analysis is a form of predictive modelling technique which investigates the relationship between a dependent and independent variable.
Frage 2
Frage
Linear regression is a basic and commonly used type of predictive analysis which usually works on continuous data.
Frage 3
Frage
Explain the equation: Y(predicted) = (β1*x + βo) + Error value
Antworten
-
write your answers down
-
check them later
Frage 4
Frage
Explain the equation
Antworten
-
write your answer down
-
check time later
Frage 5
Frage
The main goal of Gradient descent is to minimize the cost value. i.e. min J(θo, θ1)
Frage 6
Frage
Choosing a perfect learning rate is a very important task as it depends on how large of a step we take downhill during each iteration.
Frage 7
Frage
This general equation is for?
Antworten
-
Linear Regression
-
Polynomial Regression
Frage 8
Frage
Advantages of using Polynomial Regression are:
Antworten
-
Polynomial provides the best approximation of the relationship between the dependent and independent variables.
-
A broad range of functions can be fit under it.
-
Polynomial basically fits a wide range of curvature.
-
All of the above.
Frage 9
Frage
Disadvantages of using Polynomial Regression are:
Antworten
-
The presence of one or two outliers in the data can seriously affect the results of the nonlinear analysis.
-
These are too sensitive to the outliers.
-
In addition, there are unfortunately fewer model validation tools for the detection of outliers in nonlinear regression than there are for linear regression.
-
All of the above.
Frage 10
Frage
simple linear regression is a type of regression analysis where the number of independent variables is ____ and there is a linear relationship between the independent(x) and dependent(y) variable.
Frage 11
Frage
Residual plot helps in analyzing the model using the values of residues. It is plotted between predicted values and residue. Their values are standardized. The distance of the point from 0 specifies how bad the prediction was for that value. If the value is positive, then the prediction is low. If the value is negative, then the prediction is high. 0 value indicates prefect prediction. Detecting residual pattern can improve the model.
Frage 12
Frage
Non-random pattern of the residual plot indicates that the model is,
Antworten
-
Missing a variable which has significant contribution to the model target
-
Missing to capture non-linearity (using polynomial term)
-
No interaction between terms in model
-
All of the above
Frage 13
Frage
Characteristics of a residue are: