What I want to achieve.
My data is in the following format. Daily Natural Gas price settlements. Column A : individual rows from December 2018 - December 2026 Column B : Opening price of gas from December 2018 - December 2026 Column C : Previous price of gas from December 2018 - December 2026.
I want to use gradient boosting algorithm in Python to predict prices beyond December 2026 but I think typically the output of the algorithm returns an array of some sort after implement D Matrix and subsequent commands and subsequently run few more steps to come up with scatter plot.
Question.
Using the array (generated data) I am lost on what should I do next to predict December 2026 and beyond because my scatter plot might just take training and test data set and make a prediction but what about future years which are of my interest.