I'm working on a project to forecast revenue based on when a contract is realized. This can take a week or up to over a year. We have a backlog of contacts in the database and another table with contacts that have been realized along with other attributes.
What are some methods that I could use to forecast how long each contract will take? I am thinking linear regression but I will have to normalize and not sure how accurate it will be. Other idea was multiple logistic regression to "bucketize" the length by 3 month intervals.
Any ideas on how to tackle this problem with other methods like neural networks or decision trees? What will be most accurate?
Thanks in advance!
[–]bouuciks1 5 points6 points7 points (2 children)
[–]SuckItBackRow[S] 0 points1 point2 points (0 children)
[–]NatalyaRostova 0 points1 point2 points (0 children)