Hello,
I have an assignment to predict the unemployment rate in 2018, based on historical data.
The historical data attributes are the GDP number for 5 years and unemployment rate for 5 years.
The data as following:
Country GDP2013 GDP2014… unemployment 2013 unemployment…
I want to predict unemployment rate for 2018, and I am a new at KNIME.
anyone could help, please
If it is not too complicated you could have a look at this Blog from KNIME. Prediction the future number of customers for a restaurant. You might be able to adapt this regression task and use the excellebt H2O.ai nodes in the process:
It could be that for your specific problem you would have to use some time series models. And you would have to think about you model setup. Do you have additional information about the countries or do you just have 2 numbers per county (GDP and unemployment). If so that would imply that you could create something like a general rule and that might be tricky but you could try. You might have to deal with outliers if a country had a very unusual year.
If you have the data you might share it so people could have a look.
Someone posted a similar question and it might be worth checking out this workflow:
You could try and adapt that not just with the GDP numbers but with the unemployment rate.
If this is for a educational assignment or something please try to read and understand the material that is given to you and try to understand if the examples provided do represent the theory. It might especially worthwhile to look into the effects the various models have on the prediction. There are more models out there and you might want to select some where you can then explain the effect they have.