I'm challenging a question from a quiz in a Data Science curriculum. The answer I gave was "Not enough information." The tester claims the answer is "R^2 = 1." I can't make sense of this mathematically or conceptually. I ran a regression with SciKit learn to test it, and did not receive R^2 = 1.
The question: If P = N, R-Squared of the sample will be: ? Where, P: Number of regressors N: Number of observations in a sample
I appreciate any input you can volunteer before I raise a bit of hell. :)