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

add jackknife module #396

Open
goldingn opened this issue Nov 22, 2017 · 0 comments
Open

add jackknife module #396

goldingn opened this issue Nov 22, 2017 · 0 comments
Labels

Comments

@goldingn
Copy link
Member

i.e. refitting a model several times, each time dropping one covariate, then comparing the goodness of fit between these to see which covariate has the most importance.

This could be tackled in one of several ways:

  1. a process module to drop a single covariate (this could be listed to explicitly do the jacknife)
  2. a process module to do jackknifing for a specific modelling method
  3. a model module to specifically do jackknifing for that modelling method
  4. a process module to do jackknifing with a model module call passed as an argument (similarly to how TargetGroupBackground uses an occurrence module call)
  5. something else that requires changing how zoon works

My preference is for 4, I think. Though it would be nice if zoon could handle that more easily

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

No branches or pull requests

1 participant