Logistic Regression by Scikit
Open Boundary Assume there are 3 lines separating 3 areas: line1: y=x , (x <= 10) line2: y=20-x, (x>=10) line3: x=10, y>=10 For each area, there are some data: A: [-3, -2, 0] [-3, 1, 0] [0, 40, 0] [8, 90, 0] [8, 10, 0] [3, 40, 0] B: [11, 11, 1] [15, 6, 1] [13,… Read More »