3.Machine learning methods 1) Logistic RegressionWe use LogisticRegeression in sklearn.linear_model to build the model oflogistic regression. We use different value of parameter C and comparethe accuracies. The value we use for parameter C are:0.01,0.1,0.5,1.0,5.0,10.0,100.0,1000.0...