Skip to content

Commit dc1a824

Browse files
Merge pull request #55 from theislab/v1.0
V1.0 Overall software architecture for future development and usage in diffxpy
2 parents 3277fe0 + 53e00ac commit dc1a824

File tree

120 files changed

+9089
-11315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+9089
-11315
lines changed

batchglm/api/models/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
from batchglm.models.base import BasicInputData
2-
from batchglm.models.base import BasicModel
3-
from batchglm.models.base import BasicEstimator
4-
from batchglm.models.base import BasicSimulator
5-
6-
from . import glm
7-
from . import nb
8-
from . import nb_glm
1+
from . import glm_nb

batchglm/api/models/glm.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

batchglm/api/models/glm_nb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from batchglm.models.glm_nb import InputData, Model, Simulator
2+
from batchglm.train.tf.glm_nb import Estimator

batchglm/api/models/nb.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

batchglm/api/models/nb_glm.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

batchglm/benchmark/nb_glm/__init__.py

Whitespace-only changes.

batchglm/benchmark/nb_glm/base.py

Lines changed: 0 additions & 245 deletions
This file was deleted.

0 commit comments

Comments
 (0)