We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1d7c commit 92fae15Copy full SHA for 92fae15
sksurv/column.py
@@ -205,4 +205,4 @@ def transform(column):
205
if _pandas_version_under0p23:
206
return table.apply(transform, axis=0, reduce=False)
207
else:
208
- return table.apply(transform, axis=0, result_type='reduce')
+ return table.apply(transform, axis=0, result_type='expand')
0 commit comments