Conversation
# Conflicts: # README.md
skim0119
marked this pull request as ready for review
August 31, 2026 02:39
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
=======================================
Coverage 86.25% 86.25%
=======================================
Files 28 28
Lines 1157 1157
Branches 115 115
=======================================
Hits 998 998
Misses 134 134
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Collect the publication-grade RC-KT reproducibility workflow: state embedding, reusable MiV operators, full-cohort analysis scripts, launchers, tests, and documentation.
This integration PR is publication-gated and will merge into
mainupon publication. ThemainREADME contains the statistical-diagnostics graph; this branch adds the RC and KT-RC graphs and links the complete workflow underexamples/rc_kt/.Subordinate work
The
miv-state-spacedependency temporarily tracks thefeat/rc-kt-hgpfabranch; package publication will be handled separately.Knowledge-transfer graph
Expert and student recordings are responses to the same experimental input protocol. The public MiV graph pairs their trial streams once and keeps selection, GPFA, latent projection, readout, and transplant as explicit nodes:
The only required serial dependency is
expert_gpfa >> student_gpfa, which passes learned expert kernel parameters into the student observation fit. Each node otherwise has its own input/output boundary, cache identity, and applicable callback.KnowledgeTransferonly aligns already projected latent states and an already fitted readout, then returns the immediate transplant plus optional prior-centered refinement.Review map