Questão 1
Questão
Regression analysis is a form of predictive modelling technique which investigates the relationship between a dependent and independent variable.
Questão 2
Questão
Linear regression is a basic and commonly used type of predictive analysis which usually works on continuous data.
Questão 3
Questão
Explain the equation: Y(predicted) = (β1*x + βo) + Error value
Responda
-
write your answers down
-
check them later
Questão 4
Questão
Explain the equation
Responda
-
write your answer down
-
check time later
Questão 5
Questão
The main goal of Gradient descent is to minimize the cost value. i.e. min J(θo, θ1)
Questão 6
Questão
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.
Questão 7
Questão
This general equation is for?
Responda
-
Linear Regression
-
Polynomial Regression
Questão 8
Questão
Advantages of using Polynomial Regression are:
Responda
-
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.
Questão 9
Questão
Disadvantages of using Polynomial Regression are:
Responda
-
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.
Questão 10
Questão
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.
Questão 11
Questão
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.
Questão 12
Questão
Non-random pattern of the residual plot indicates that the model is,
Responda
-
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
Questão 13
Questão
Characteristics of a residue are: