refactor(inductive): remove TSVM implementation and prune obsolete inductive TSVM experiments#37
Conversation
…ductive TSVM experiments
There was a problem hiding this comment.
💡 Codex Review
Deleting by_method/tsvm.md drops all transductive TSVM commands from the by-method command set even though TSVM is still implemented and registered for transductive mode (src/modssc/transductive/registry.py) and transductive TSVM configs still exist under bench/configs/experiments/best/*/transductive/tsvm. This also leaves bench/configs/experiments/best/commands/02_by_method.md:53 pointing to a missing file, so any workflow that follows the by-method index will skip or fail on TSVM experiments.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
What does this PR change?
Checklist
Notes
Anything reviewers should know?