Skip to content

Commit

Permalink
modified: estimators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Jun 12, 2022
1 parent 304d615 commit a8bb812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auton_survival/estimators.py
Original file line number Diff line number Diff line change
@@ -378,7 +378,7 @@ def _fit_dsm(features, outcomes, val_data, random_seed, **hyperparams):

k = hyperparams.get("k", 3)
layers = hyperparams.get("layers", [100])
epochs = hyperparams.get("iters", 10)
epochs = hyperparams.get("iters", 50)
distribution = hyperparams.get("distribution", "Weibull")
temperature = hyperparams.get("temperature", 1.0)
lr = hyperparams.get("learning_rate", 1e-3)

0 comments on commit a8bb812

Please sign in to comment.