C1_W3_Lab08_Overfitting_Soln - logistic regression

Hi,
With this input data I am getting a decent selection with degree 3 as well. Does it still qualify as overfitting?
Attaching graphs with degree 4 and 6 as well.



They key to assessing overfitting is to use a validation set to measure the performance after training.

For now you’re just experimenting with the impact of different polynomial degrees.