Skip to content

Commit

Permalink
Merge pull request #28 from loft-br/fix/preds-using-early-stop
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
GabrielGimenez authored Mar 23, 2021
2 parents 5a947ee + 993b185 commit 1ad72c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ To cite this repository:
author = {Davi Vieira and Gabriel Gimenez and Guilherme Marmerola and Vitor Estima},
title = {XGBoost Survival Embeddings: improving statistical properties of XGBoost survival analysis implementation},
url = {http://github.com/loft-br/xgboost-survival-embeddings},
version = {0.2.0},
year = {2020},
version = {0.2.1},
year = {2021},
}
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setuptools.setup(
name="xgbse",
version="0.2.0",
version="0.2.1",
author="Loft Data Science Team",
author_email="[email protected]",
description="Improving XGBoost survival analysis with embeddings and debiased estimators",
Expand Down
2 changes: 1 addition & 1 deletion xgbse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ._meta import XGBSEBootstrapEstimator


__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"XGBSEDebiasedBCE",
Expand Down

0 comments on commit 1ad72c4

Please sign in to comment.