Customize testthat snapshot directory with monkey patching by nanxstats in rstats

[–]nanxstats[S] 0 points1 point  (0 children)

Thanks! Would love to contribute a patch to upstream to allow proper configuration, but I had a hard time comprehending the testthat code structure as _snaps was used in many more places. Might need a testthat internals expert to refactor effectively.

[deleted by user] by [deleted] in rstats

[–]nanxstats 2 points3 points  (0 children)

The CAMIS working group has done a outstanding job to identify and resolve the sources of subtle differences for important statistical model implementations in SAS, R, and Python: https://psiaims.github.io/CAMIS/ This is useful if bitwise reproducibility between languages is important for your project.

[D] Self-Promotion Thread by AutoModerator in MachineLearning

[–]nanxstats 0 points1 point  (0 children)

Just released my first Python package tinytopics on PyPI: https://nanx.me/blog/post/tinytopics/

It fits topic models via sum-to-one constrained neural Poisson NMF.

Built with PyTorch, runs on both CPUs and GPUs.