Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survival example fails #844

Open
larskotthoff opened this issue Nov 9, 2024 · 2 comments
Open

Survival example fails #844

larskotthoff opened this issue Nov 9, 2024 · 2 comments

Comments

@larskotthoff
Copy link
Member

Getting

Error:
! Cannot set argument 'gamma.mu' for 'LearnerSurvSVM' (not a constructor argument, not a parameter, not a field.
Backtrace:
  1. global .main()
  2. execute(...)
  3. rmarkdown::render(...)
  4. knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
  5. knitr:::process_file(text, output)
     ...
 16. base::withRestarts(...)
 17. base (local) withRestartList(expr, restarts)
 18. base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
 19. base (local) docall(restart$handler, restartArgs)
 21. evaluate (local) fun(base::quote(`<smplErrr>`))



Quitting from lines 261-266 [special-016] (beyond_regression_and_classification.qmd)
Execution halted

The text says that gamma.mu is a required argument, but apparently it is not anymore? Looks like it was split into two hyperparameters @sebffischer @bblodfon

@bblodfon
Copy link
Contributor

bblodfon commented Nov 9, 2024

Yes, we split it so that we could tune both separately for the benchmark paper @jemus42 is working on.

The survival chapter needs a few updates, I should work on a revision/review I guess?

@larskotthoff
Copy link
Member Author

That would be great, thanks. I'm still trying to put together a docker container for the book build, and this chapter is currently the holdup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants