0

I computed a feature x that I use to predict y which is a probability of being a certain class.

Raw data in R format for (x,y) is pasted here: http://tny.cz/a97b3fd0 (500 samples)

plot(x,y) looks like this:

enter image description here

It seems similar to a previous question I asked, so I am tempted to try this advice, which I understand is the "Least Squared Fit"on log(y) (because y is a probability).

Am I correct?

(My objective is to minimize the MSE.)

Timothée HENRY
  • 821
  • 2
  • 11
  • 24

0 Answers0