woshiyyya / ERPP-RMTPP

A pytorch implementation of ERPP and RMTPP on ATM maintenance dataset.
55 stars 21 forks source link

what's the difference between time point process and linear layer? #11

Open zhzfight opened 1 year ago

zhzfight commented 1 year ago

hello, in your code, you straightly use the linear layer to predict the event time? i dont understand, is this fits the description of the paper? is this means that actually we dont need RMTPP_loss? Logistic regression is also feasible?