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

Support for pre-computation, saving, and loading of the sensitivity threshold #16

Open
avsolatorio opened this issue Apr 28, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@avsolatorio
Copy link
Member

One of the current bottlenecks in fitting the non-relational model is the pre-computation of the sensitivity threshold.

A solution to remedy this is to allow for the pre-computation of the sensitivity threshold outside the fit function. One can specify a file containing the pre-computed value when fitting with the data. The file can be a JSON the contains the parameters for computing the sensitivity threshold, together with the results itself.

When the file is passed to the fit function, the function must first check if the parameters used in the pre-computation are consistent with the parameters passed in the fit function. Then, simply load it and skip the computation.

This is an excellent first issue if anyone is interested in contributing! :)

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

No branches or pull requests

1 participant