#Need help in a DataSet Analysis Problem
16 messages · Page 1 of 1 (latest)
Do you have more context? Or is that it?
i have a csv file with the data and this question that's it.
What does the data look like?
You really should provide all relevant information when asking a question
@zealous glade
@lethal shard I'm about to sleep but maybe you'll be interested in helping with this question? If not, I can try tmr
Hey there.
I'd say the problem description is a bit vague, but the way I understand it you're supposed to estimate the population in a future interval and calculate the error with respect to the 2030 population.
The first thing I always recommend in these kinds of problems is to plot the data and visualize it. It will give you quite a few insights on how to approach the problem. Definitely do that before anything else.
I might be wrong here, but it seems the kind of model you choose to estimate the population isn't all that important in this exercise as its objective seems to get you familiar with model training and evaluation. So I'd assume you're free to use whatever you're comfortable with.
If you need a pointer, decade world population projection can be roughly estimated using linear regression. It's simple to implement in whichever programming language you are comfortable with. But if this feels like a daunting task to you, try using libraries that abstract the math-heavy stuff from you. I do recommend eventually implementing it from scratch, however.
@loud gulch can correct me if I'm pushing you in the wrong direction.
From scratch 
Yeah tbh, I agree with Miihr, it's a little vague and confusingly written
Do you know what statistical method they're referring to? Is there a specific way they're expecting you to do this or nah?
@zealous glade
I asked my Professor he told me to use linear regression