© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mervej Raj
Full Stack Dev
What should be the r2_score to denote its linear or not??
Biplab Malakar
Senior Software Engineer, JavaScript Developer, MEAN Developer, Node.js Developer, MERN Developer, Hybrid Mobile App Developer and ML Develo
I am not sure. Actually r2_score defined the accuracy. So if accuracy is very low then its denote linear model is not fit for this data.
Normally I consider 50%, if r2_score less then 50% means not-linear and for non-linear r2_score can go negative.