Skip to content

Commit

Permalink
[DOC] add julian-fong to all-contributorsrc (#238)
Browse files Browse the repository at this point in the history
@julian-fong forgot to add their badges to `all-contributorsrc` for
#222, this PR adds them.

Also fixes an unrelated typo.
  • Loading branch information
fkiraly authored Apr 6, 2024
1 parent dee8bbd commit bad4046
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@
"doc",
"test"
]
},
{
"login": "julian-fong",
"name": "Julian Fong",
"avatar_url": "https://avatars.githubusercontent.com/u/44014224?v=4",
"profile": "https://github.com/julian-fongi",
"contributions": [
"code"
]
}
]
}
2 changes: 1 addition & 1 deletion skpro/survival/compose/_reduce_cond_unc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ConditionUncensored(BaseProbaRegressor):
Simple baseline reduction strategy for predictive survival analysis.
Fits a probabilistic regressor on X padded with censoring information C,
in predict applies the fitted regressor to X padded with 0 (non-censord).
in predict applies the fitted regressor to X padded with 0 (non-censored).
In ``fit``, passes column concat of ``X`` and ``C`` to ``regressor.fit``.
Expand Down

0 comments on commit bad4046

Please sign in to comment.