I am trying to predict the number of conversations my bot will have the next month, everybody are talking about churn but i dont think it does the job. is there something to specify the date like from today to the 28th June i will have n conversations?
I have data from January to make this prediction and i have searched but i can not find anything yet …
i would really appreciate your help.
the implementation will very much depend on the way you formulate the problem. In the most natural case you can view it as a time series prediction. For example, “My bot had N_1 conversations last month, N_2 conversations 2 month ago, … N_k conversations k months ago. What is the expected number of conversations in the next month?” In this case you would need more data, as having only 5 data point corresponding to 5 months from January to May will not give you space to build a good model. You might have some additional data from other bots or data at smaller granularity.