Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmstop=0 fitted and predict #69
Comments
|
This is a duplicate of the remaining issue in #66. The only reason I haven't fixed this is that in some circumstances we also need the scalar, i.e., when we set mstop(mod) <- 0I'll have to dig into that. I hope I can fix it soon. Is it important for your progress in gamboostLSS? |
|
Ah sorry, I've overlooked that part of the issue. I don't think this is really needed in gamboostLSS (I've just tested it by creating the matrix by hand in the initialization and it doesn't seem do make a difference in the behaviour). |
With the new possibility of
mstop=0the values of fitted(mod) and predict(mod) don't seem right.It's clear that with
mstop=0only the same value will be repeated, but we want to have the same return type regardless of the value of mstop.