Skip to content

Commit

Permalink
modified: auton_survival/experiments.py
Browse files Browse the repository at this point in the history
	new file:   docs/models/.DS_Store
  • Loading branch information
chiragnagpal committed Jun 28, 2022
1 parent 3ed86ce commit 8e99b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auton_survival/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def fit(self, features, outcomes, horizons, metric='ibs'):
predictions=predictions,
times=horizons,
outcomes_train=outcomes.loc[self.folds!=fold])
fold_scores.append(score)
fold_scores.append(np.mean(score))
hyper_param_scores.append(np.mean(fold_scores))

if self.metric in ['ibs', 'brs']:
Expand Down
Binary file added docs/models/.DS_Store
Binary file not shown.

0 comments on commit 8e99b90

Please sign in to comment.