Question: What is regression?Answer:Regression is termed as supervised machine learning algorithm technique which is used to find the correlation between variables and help to predict the dependent variable(y) based upon the independent variable (x). It is mainly used for prediction, time series modeling, forecasting, and determining the causal-effect relationship between variables. Scikit library is used in python to implement the regression and all machine learning algorithms. There are two different types of regression algorithms in machine learning : Linear Regression: Used when the variables are continuous and numeric in nature. Logistic Regression: Used when the variables are continuous and categorical in nature. |
Most helpful rated by users:
- What is Python?
- How do I share global variables across modules?
- How do you set a global variable in a function in Python?
- What type of language is Python? Programming or Scripting?
- Why can\'t I use an assignment in an expression?