What is Regression?
Answers were Sorted based on User's Feedback
Answer / swaroopmunna
Regression is a measure of an average relationship between two
or more mathematical variables.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / thanuja
regression is statsical technique for investigating and
modeling among the relation ship between the variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudheer babu
stepping back towards average is called regression.its a
mathematical measure of average relationship between two or
more variables.
applications of regression analysis is in wheather
forecasting
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nashiinformaticssolutions
Regression is a supervised machine learning algorithm technique that helps predict the dependent variable (y) based on the independent variable (x) by determining the correlation between variables. Prediction, time series modeling, forecasting, and figuring out the causal-effect relationship between variables are its primary uses.
Regression and all machine learning methods are implemented in Python using the Scikit module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Regression is a supervised machine learning algorithm technique that helps predict the dependent variable (y) based on the independent variable (x) by determining the correlation between variables. Prediction, time series modeling, forecasting, and figuring out the causal-effect relationship between variables are its primary uses.
Regression and all machine learning methods are implemented in Python using the Scikit module.
| Is This Answer Correct ? | 0 Yes | 0 No |
In a single throw of 3 dice, the chance of throwing a total of 15 is
the triangle formed by (0,0),(0,4,),(3,8) is
Explain the aims of teaching mathematics at secondary level.
0 Answers Mahatma Gandhi University,
VOLUNTEER TRAINING FOR DISADVANTAGED IN MATHS – QUESTION 4 : A 4 × 4 grid is made using 40 matches. How many matches are needed to construct a 10 × 10 grid?
The pipes can fill a cistern in 1.5 hours and 2 hours respectively. A wste pipe can empty a full cistern in 3 hours. If the cisternis empty and all three pipes are opened together, in how many min will the cistern be half full
A car cover first half of the distance with 60kmph and second half of the distance with 40kmph what is the average speed?
Differentiate pure and applied Mathematics
0 Answers Mahatma Gandhi University,
why 1!=o ?
Explain the role of induction, intuition and logical reasoning in Mathematics.
0 Answers Mahatma Gandhi University,
What is the cube root of 729?
If we are given with the dimensions of length,width and height (all dimensions are in mm).How will we find the value of weight? Explain it with an example.
write a program to find out the divisor of a given integer number. Sample input:50 Sample output:2,5,10,25