score function in linear regression model

Fatemeh Heydari f96.heydari at gmail.com
Sun Oct 23 08:11:10 EDT 2022


Hi every one !

Using sklearn and linear model I made a linear regression and  I reached out to a function named "score". Does anyone know what does it exactly calculate?

The code for this function is like this:
model.score(X,Y)

Thanks in advance!


More information about the Python-list mailing list