-
I have a couple of questions regarding this assignment and dataset. Secondly, I can't find solution for this assignment either. Assignment: https://github.com/microsoft/ML-For-Beginners/blob/main/2-Regression/1-Tools/assignment.md I have examined the both the datasets. Please correct m if I am wrong somewhere.
The assignment asks to create a regression model b/w Waistline & No of situps accomplished. I need to know more how to create the models. Should I map, the single Waist feature variable to the Situps variable? or if to the three of them (targets)? or some relationships needs to be created between this other data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi, the assignments don't have solutions, although I'm kind of wondering if having them available might be useful. Would they? In general, the assignments allow you to make some decisions and have some creativity. They are supposed to help you explore the data to create a meaningful model. Why not try to map the relationship between waist and situps? I bet something logical can be discerned (...it's another example of moments where you don't have to have machine learning to create commonsense solutions, but still an interesting exercise) :) |
Beta Was this translation helpful? Give feedback.
hi, the assignments don't have solutions, although I'm kind of wondering if having them available might be useful. Would they?
In general, the assignments allow you to make some decisions and have some creativity. They are supposed to help you explore the data to create a meaningful model. Why not try to map the relationship between waist and situps? I bet something logical can be discerned (...it's another example of moments where you don't have to have machine learning to create commonsense solutions, but still an interesting exercise) :)