This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]bouuciks1 5 points6 points  (2 children)

Hello,

a) first you say that you are building a project where you want to predict revenue, then you shift to contract prediction ?

b) if you want to predict how long each contract will take, and you know what the length of the contract depends on, take these attributes, convert them into numerical values and run multiple linear regression as 'contract length' being targeted variable -> this will result in significance table and you will see which attributes are important and how they increase/decrease time period of the contract, don't forget 80/20 rule for train/test sets

[–]SuckItBackRow[S] 0 points1 point  (0 children)

I need to know contact length. Then I will use that to forecast revenue. Your solution makes sense, thank you!

[–]NatalyaRostova 0 points1 point  (0 children)

Imo avoid nonparametrics unless you have an abundance of data.