Skip to content

Conversation

@rsenne
Copy link
Contributor

@rsenne rsenne commented Nov 28, 2025

PR to resolve #46.

I think some deep review on this would be good. I also think once this PR #55 and #57 are merged--an overhaul of test suite would be good. I feel a critical mass is being hit that adding code coverage through CodeCov would be helpful to track and missing tests etc. What do you think?

Renamed the package and all references from GAM.jl to GeneralizedAdditiveModels.jl across source, documentation, tests, and configuration files for clarity and consistency. Updated supported families and links in documentation to reflect the new package name.
Introduces support for StatsModels.jl @formula macro and FormulaTerm parsing for generalized additive models (GAMs). Adds SmoothTerm type and s() constructor for smooth spline terms, updates FitGAM and GAMFormula to handle FormulaTerm input, and extends tests for formula macro usage and smooth term parsing. Project.toml updated to include StatsModels dependency.
@yahrMason
Copy link
Contributor

yahrMason commented Nov 30, 2025

Codecov looks like a helpful tool, is there a free version?

@rsenne
Copy link
Contributor Author

rsenne commented Nov 30, 2025

Yes! Codecov is completely free for open source projects. I think @hendersontrent will have to set it up as the repository owner?

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.

Develop proper formula macro for GAM specifications

2 participants