i used scikit-learn for linear regression, and after training and testing, when i did:
model.score
it showed 1.0 that means my accuracy should be 100%
but when i submitted the solution my accuracy was 97%.
In the problem statement it was written that our accuracy will be calculated on the basis of R2 algorithm, and so is used in scikit-learn?
So, where am I lacking??