Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 292 Bytes

SWE546_Assignment2

Logistic Regression

Using the Iris dataset, find the optimum logistic regression parameters for the following three problems:

  • Classify 1 versus 2,3
  • Classify 2 versus 1,3
  • Classify 3 versus 1,2

Your program should output three parameter vectors, each of lenght 4