build logistic regression random forest and gradient boosting in python and compare results
Prereqs: You will be given a model as a baseline. You will also be given 2 datasets – a train dataset and a test dataset in which you will build new models. Using the test dataset, which contains the true class in the last column of the dataset, test the performance of the “baseline modelâ€. […]
