Logistic Regression.
#Regressionanalysis is a predictive modeling technique. This is used to find the relationship between two variables - the dependent #variable and independent variable or multiple independent variables. Types of Regression Analysis - Linear regression and Logistic Regression.
Logistic regression can be used for both #binary and #multinomial classification tasks. It is a type of linear regression model and is used to determine the #probability of an event based on a set of independent variables. Logistic regression models are used to identify the relationship between the #independentvariables and the #dependentvariable, and to develop a predictive model that can be used to make predictions. In addition, #logisticregression can be used to identify the effect of an independent variable on a dependent variable.
Read more on: https://www.skillaio.com/insights/logistic-regression/