© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Biplab Malakar
Senior Software Engineer, JavaScript Developer, MEAN Developer, Node.js Developer, MERN Developer, Hybrid Mobile App Developer and ML Develo
In Machine learning knowing the type of dataset is very important. Because our model selection depend on the type of dataset. There will be two type of dataset Linear Dataset: If X(features) and Y(target) form the data set can be divide by a strai...
Mervej Raj
Full Stack Dev
What should be the r2_score to denote its linear or not??
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.
Mervej Raj
Full Stack Dev
What should be the r2_score to denote its linear or not??