pymc-devs/pymc

Unify `distributions/transform.py` and `logprob/transform.py`

Open

#6,908 建立於 2023年9月13日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (1,902 fork)batch import
help wantedlogprobmaintenance

倉庫指標

Star
 (7,926 star)
PR 合併指標
 (平均合併 11天) (30 天內合併 7 個 PR)

描述

Description

These modules and, more importantly, respective tests are quite redundant. This is due to part of the functionality being moved to aeppl and then back to pymc via the logprob submodule in the past.

We should probably get rid of distributions/transforms, and possibly split the latter in two files: one for ValueTransforms and RVTransform classes and subclasses, and the other for find_measurable_transform rewrites and related functionality, as that module is getting pretty large.

貢獻者指南