Re: [scikit-learn] Small suggestion for documentation

2018-08-07 Thread Fellype via scikit-learn
Hi Gaël, > Em terça-feira, 7 de agosto de 2018 15:24:00 BRT, Gael Varoquaux escreveu: > > > I think that the vocabulary mismatch comes from the fact that you are > looking at these terms thinking about in sample statistics, while they are > used here in the context of prediction. I thi

Re: [scikit-learn] Small suggestion for documentation

2018-08-07 Thread Gael Varoquaux
I think that the vocabulary mismatch comes from the fact that you are looking at these terms thinking about in sample statistics, while they are used here in the context of prediction. I think that in the context of prediction, these are the right terms. Cheers, Gaël ⁣Sent from my phone. Plea

[scikit-learn] Small suggestion for documentation

2018-08-07 Thread Fellype via scikit-learn
Dear maintainers,I've just known scikit-learn and found it very useful. Congratulations for this library. I found some confuse terms to describe r2_score parameters in documentation [1]. For me, the meanings of y_true and y_pred are not clear. From [1]:- y_true: ... Ground truth (correct) target