-
|
Beta Was this translation helpful? Give feedback.
Answered by
sam009-ik
Mar 23, 2024
Replies: 1 comment
-
I think i got it, i was adding too much noise too my model which is why it wasn't learning very well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sam009-ik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i got it, i was adding too much noise too my model which is why it wasn't learning very well.
Once I changed noise here from 0.3 to 0.03 it works : _X, _y = make_circles(n_samples, noise=0.03, random_state=42)