For data scientists there are many options to choose from for tackling any kind of prediction problem. There are linear regression models, logistic regression, random forests, neural networks, and so many more. The type of model you use is dependent on what type of problem you have. I want to…