Prediciton graph data points

how to get the data points of the prediction graph in order to store them in an array or list for further use?

@mehtakunalg
plot the graph in table format, that might help you to get the data points. setChartType(‘tableGraph’)

I want to use these data points in the python code for further manipulations, how am i supposed to do that? @nikhilbharti353

Hi @nikhilbharti353,

You can not get the predicted graph points. But you can use the Bolt Cloud API for fetching the live data from the Bolt and then you can write the python code to predict the future data points.

Now you can store the predicted points in a CSV file or you can store it in some DB. Here you have the full control of the data.

Do let me know in case you need further assistance.