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
* Use pyproject.toml. Remove unnecesary files. Improve CI workflows
* name change
* stringify python version
* Take version from a file. Install optional deps from local as well
* Changelog.md -> CHANGELOG.md
* add pydata-sphinx-theme to dependencies
* try to fix test workflow
* lint
* Add 'bash -l {0}' to tests
* [no ci] update contributing.md
* Plan GPs
* Start implementation
* Start background term
* first POC
* update uplanning
* Custom priors
* more progress
* Write HSGP as a transformation
* [no ci] first model that runs with bambi
* [no ci] update example
* [no ci] predictions prototype working
* Add GP example with bambi
* Small tweak to the example
* Allow more covariance functions and general names
* Handle HSGP > 1D
* [no ci] docs, comments and ideas
* example changes
* Store HSGP instance in the Bambi HSGP term
* add default priors for HSGP
* [no ci] create test script. I'm just writing ideas for now
* [no ci] rerun with new version of formulae
* [no ci] add hsgp component to idata when computing predictions. Reproduce some examples
* [no ci] hsgp by categories
* [no ci] latest ideas
* [no ci] update to new API of hsgp
* [no ci] reconciliate shapes for by-group case
* [no ci] make hsgp more flexible
* [no ci] Compute 'L' for the most general case
* [no ci] hsgp is working again after tweaks to allow for groups
* [no ci] 'by' seems to be working!
* [no ci] different covariance function instances by group
* [no ci] hsgp by group seems to be working but prediction problems
* Predictions by group working
* It seems the implementation is done
* lint
* Add support for the 'scale' argument
* [no ci] scale works more intuitively now
* [no ci] scale and iso available?
* Many examples using HSGP with 2D data
* [no ci] add HSGP in the model summary and clean notebooks a litle
* [no ci] docs and more examples
* Add text to the 2-dimensional notebook
* [no ci] add text to examples
* [no ci] add final version of examples
* [no ci] add how bambi works notebook
* [no ci] remove gp_notes.ipynb
* [no ci] add first set of tests
* [no ci] transpose coords of hsgp contribution
* [no ci] add more deep tests
* [no ci] rerun notebooks
* [no ci] fix import in test
* [no ci] add optional namespace to the model
* [no ci] extra_namespace is clearer than namespace
* [no ci] revisit notebooks
* Switch to PyMC dev version
* Small tweak to test
* Remove problematic type hints
* linter
0 commit comments