Skip to content

Binary Classification on Circular Data #868

Answered by sam009-ik
sam009-ik asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
1 participant