Skip to content

Upgrade gpredomics to v0.7.7#6

Open
eprifti wants to merge 1 commit intomainfrom
feature/upgrade-gpredomics-v077
Open

Upgrade gpredomics to v0.7.7#6
eprifti wants to merge 1 commit intomainfrom
feature/upgrade-gpredomics-v077

Conversation

@eprifti
Copy link
Contributor

@eprifti eprifti commented Feb 13, 2026

Summary

  • Upgrade Rust gpredomics dependency from v0.7.5 to v0.7.7
  • Adapt wrapper to field/method renames introduced in v0.7.6/v0.7.7:
    • ga.kmin/kmax -> ga.k_min/k_max
    • beam.kmin/kmax -> beam.k_start/k_stop
    • importance.n_permutations_oob -> importance.n_permutations_mda
    • compute_oob_feature_importance -> compute_mda_feature_importance (individual, population, CV)
  • Fix pre-existing Rd documentation bugs that blocked R CMD INSTALL:
    • caret-integration-*.Rd: broken multi-line \name field
    • Population.Rd: missing closing brace
  • Update sample/param.yaml to use new field names

Test plan

  • cargo check passes
  • R CMD INSTALL succeeds
  • Package loads in R
  • Smoke test: fit_on() with cirrhosis sample data produces AUC ~0.90

🤖 Generated with Claude Code

Upgrade Rust gpredomics dependency from v0.7.5 to v0.7.7.
Adapt wrapper to field/method renames (kmin->k_min, kmax->k_max,
k_start/k_stop for beam, n_permutations_oob->n_permutations_mda,
compute_oob->compute_mda). Fix pre-existing Rd doc issues blocking
package installation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant