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

limits number of models stored to a fixed number #7

Open
cokelaer opened this issue Feb 17, 2015 · 1 comment
Open

limits number of models stored to a fixed number #7

cokelaer opened this issue Feb 17, 2015 · 1 comment

Comments

@cokelaer
Copy link
Contributor

Right now, relTol means keep all models with the best_scores * (1+reltol). This could led to tens of thousands of models to be stored in a dataframe, which is apparently memory intensive. Need to set a max value.

@cokelaer
Copy link
Contributor Author

Not straightforward since best score may change. Need to fix gaBinaryT1.R and similar functions.

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

No branches or pull requests

1 participant