-
Notifications
You must be signed in to change notification settings - Fork 10
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
summary().smooth_terms is empty for every model with a categorical main effect: 'y ~ factor(g) + s(x)' loses the whole per-smooth table that the byte-identical 'y ~ s(x) + group(g)' reports
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2787 In SauersML/gam;Location-scale summary().deviance is -2*loglik, not the deviance: noise_formula='1' changes the number 5-9x on an identical mean fit (binomial, where the two coincide, is unmoved)
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2786 In SauersML/gam;predict() returns mean != inverse_link(linear_predictor) in the same table: an undocumented, unswitchable O(1/n) retransformation term on mean only (up to 97% relative at n=100)
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2785 In SauersML/gam;Every shape-constrained smooth refuses predict(interval)/observation_interval/predict_conformal/diagnose at their defaults, while summary() prices its SEs off the covariance the gate says 'does not define a truncated law'
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2784 In SauersML/gam;s(x, identifiability=...) is never parsed on the 1-D path: every value including 'totally_bogus' is accepted and inert, while te/matern/thinplate honour it and reject bad tokens
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2783 In SauersML/gam;te()/ti() silently ignore documented degree= and penalty_order= on the default (cr) margin — bit-identical fits, no warning
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2782 In SauersML/gam;period= / periods= / period_start= / origin= are silently inert without periodic=: s(t, period=24) is bit-identical to s(t), no warning, seam discontinuity remains
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2781 In SauersML/gam;Model.partial_dependence crashes on any model with a string factor: the reference template is read from the ENCODED table, so the categorical sentinel comes back as "unseen level '\x00b0'"
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2780 In SauersML/gam;Rail-certified fit (null random-effect variance) refuses predict(interval)/observation_interval/predict_conformal/diagnose while summary() reports SEs — diagnose() has no covariance_mode escape
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2779 In SauersML/gam;PosteriorSamples.method badges every standard fit 'nuts' — Gaussian-identity (Laplace) and Bernoulli-logit (Polya-Gamma) included, with hardcoded rhat=1.0/ess=n_draws presented as MCMC diagnostics
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2778 In SauersML/gam;Model.sample() draws the conditional Vb while summary()/predict() publish the smoothing-corrected Vp — posterior SDs up to 43% below the reported SEs on the same fit
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2777 In SauersML/gam;Model.check() raises GamError on a non-finite covariate instead of returning it as a SchemaIssue — the documented safe_predict guard throws from inside itself
claude-bug-huntBugs found by Claude bug-hunt runsBugs found by Claude bug-hunt runsStatus: Open.#2776 In SauersML/gam;