News

3.Import the Logistic Regression model from sklearn. 4.Train the model using the training dataset. 5.Use the trained model to predict placement for new student data. from sklearn.preprocessing import ...