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

Moving iterative parameter to a parameter to allow for a version of … #133

Merged
merged 4 commits into from
Jun 16, 2022

Conversation

rosecers
Copy link
Collaborator

…CUR where you compute the pi score every n iterations, where if n=0 pi is never recomputed, and the default is n=1

This was requested by @eae32 and @victorprincipe in order to reduce the cost of CUR selection by recomputing pi only every so often (basically an accepted loss in performance for a gain in computational efficiency)

skcosmo/_selection.py Outdated Show resolved Hide resolved
skcosmo/_selection.py Show resolved Hide resolved
skcosmo/_selection.py Outdated Show resolved Hide resolved
skcosmo/_selection.py Show resolved Hide resolved
@hurricane642 hurricane642 self-requested a review May 20, 2022 14:34
rosecers and others added 4 commits May 25, 2022 15:35
…UR where you compute the pi score every n iterations, where if n=0 pi is never recomputed, and the default is n=1
Co-authored-by: Sergei Kliavinek <[email protected]>

Update skcosmo/_selection.py

Co-authored-by: Sergei Kliavinek <[email protected]>
@rosecers rosecers merged commit 777ef41 into main Jun 16, 2022
@rosecers rosecers deleted the feat/flexible_recompute branch June 16, 2022 10:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants