Learn to implement logistic regression as multiclass classifiers.
Improve performance by handling imbalanced classes, reducing variance with regularization, and training with very large data.
Machine Learning with Python Cookbook 2nd, by Kyle Gallatin and Chris Albon, O'Reilly, 2023
Chapter 16 Logistic Regression
Read the chapter and practice all the Python codes with the IRIS data.
Exercise: Change the IRIS with the datasets in the Scikit-Learn real-world dataset. Use at least two datasets in your exercise. Explain the datasets used in your exercise. Modify the Python code to perform logistic regression on the new data. Analyze the results of the output, explain the results, and improve the results.
Write the goal of this assignment
Explain the logistic regression algorithm. Explain the Scikit-Learn functions of logistic regression.
Explain the Python code. Upload code output results into your report web page. Explain the output results
Clearly explain the modified code segments written by you. Give some analysis in your report.
Give references to this assignment (teacher's readings, your readings)