You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced the ReaderBench mod3 models with their v2 counterparts (e.g., rb_mod3all now calls the rb_mod3all_v2 models).
Optimized model artifact downloads and added SHA-256 checksum verification (auto re-download on mismatch).
predict_quality() now returns per-submodel scores and the overall mean column pred_<model>_mean (where applicable).
import_rb() now keeps ReaderBench features by name using the packaged sample_rb.csv header (first 404), dropping 405+. It falls back to the legacy positional selection if the header is unavailable, reducing brittleness to column reordering.
Added install_model_deps() helper to install Suggests for a given model.
CI: wired up GitHub Actions R-CMD-check (Windows/macOS/Linux).