Skip to content

Commit

Permalink
modified: __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Mar 29, 2022
1 parent 78beb2b commit 12a7a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auton_survival/models/dcm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class DeepCoxMixtures:
"""

def __init__(self, k=3, layers=None, gamma=1,
smoothing_factor=1e-2, use_activation=False):
def __init__(self, k=3, layers=None, gamma=10,
smoothing_factor=1e-4, use_activation=False):

self.k = k
self.layers = layers
Expand Down

0 comments on commit 12a7a4e

Please sign in to comment.