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

in case C is fixed and user wants --scan-k, this could be made more efficient #46

Open
UnixJunkie opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request prio-02

Comments

@UnixJunkie
Copy link
Owner

Assume k in [1..N].

  1. Train N models in parallel
  2. use from 1 up to N of those trained models to do the predictions
    --> we only train N models in total.
    Currently, we train 1+2+3+...+N models!
@UnixJunkie UnixJunkie added enhancement New feature or request prio-02 labels Apr 11, 2024
@UnixJunkie UnixJunkie self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-02
Projects
None yet
Development

No branches or pull requests

1 participant