-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moons dataset looks weird #16
Comments
Thanks a lot for the appreciation. :) Yes, it is the correct image, though we have used a variance of 1 while creating the dataset. You can find the code used for replicating the above image here. |
Thanks for the reference! Was the reason for the high noise just to make the task harder and spread out the performance of different hyperparameter sets? |
Hi @kennysong. To be honest, we didn't consider varying the noise. But I think your idea should be valid in this case. I did some experiments with low noise and Bayesian Optimization (BO) is performing better. PFA, moon's data results on SVM. New accuracies on using an SVM. New accuracies on using an RF. Old accuracies on using an RF. Our task is much difficult--because of using a very high noise in dataset--in the original article. Therefore, it was difficult for the BO to perform. As seen here, reducing the complexity helped BO achieve better results. You can have a look at the ipynb used here. Thanks a lot for pointing this out. I’ll keep this issue open as I think this is an important point. :) |
Oh cool! It does look like the original harder task spread out the performance of different algorithms more. With less noise, all approaches seem to do better and converge to the global optimum. Thanks for following up! |
Nice article! The image of the moons dataset at the end of the article looks a bit strange since the points are heavily overlapping and not in a moon shape.
Is it the correct image?
The text was updated successfully, but these errors were encountered: