Use gpp in probabilistic_probe.py for probing.

x_observed is n x d numpy array, where d is the dimension of representations.
y_observed is n x 1 numpy array with 0 or 1 values.
x_query is n' x d numpy array.

Other probes in probabilistic_probe.py are the baseline methods that we compared to. Overall GPP works much better than other probes.