Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 432 Bytes

File metadata and controls

5 lines (3 loc) · 432 Bytes

Predicting if a person will buy a life insurnace premium or not based on his age using logistic regression.

The problem involves using logistic regression to predict whether a person will purchase life insurance or not, based on their age. Since there are only two possible outcomes (i.e. purchase or not purchase), it is considered a binary logistic regression problem.

The data is available as a CSV file insurance-data.csv.