Results 7 comments of Jong Shin

![image](https://user-images.githubusercontent.com/52612209/92635235-784b1900-f2a3-11ea-9c13-e45da11fbce8.png) picking up on my presentation today, I modified generate_gaussian_parity() so that when encountered with masses outside of boundary, such masses are replaced with newly generated random variables (obviously with...

![KNN](https://user-images.githubusercontent.com/52612209/92992912-3cd76700-f4bc-11ea-9283-703ab8820810.png) fig1: [-1, 1] simulation data fig2: KNN trained on [-1, 1] simulation data; predicting on the same simulation data fig3: [-2, 2] simulation data fig4: prediction on [-2, 2]...

![KNN](https://user-images.githubusercontent.com/52612209/93063960-fa8d6180-f644-11ea-8d8e-6078a46e2ce4.png) Is this something you are looking for, @jovo, @jdey4?

![KNN](https://user-images.githubusercontent.com/52612209/93166097-c0c36600-f6eb-11ea-9996-4c87b0146fb1.png) Thank you, @jdey4 for taking your time to help me understand this today! As you suggested, I computed the actual posterior using predict_proba() and the outputs are plotted as...

![KNN](https://user-images.githubusercontent.com/52612209/93246133-51d12600-f75a-11ea-9008-109513e81911.png) @jdey4 hey Jayanta, I corrected the colormap scale. Just to clarify, the subtraction was to change the scale from [0,1] to [-1,1], not to normalize the colormap. I'm actually...

@jovo, after reviewed by @jdey4 today, I am sharing the results from the spiral experiment. Here, one thing I want to confirm with you is if the trend I am...