Skip to content

Commit 1ad72c4

Browse files
Merge pull request #28 from loft-br/fix/preds-using-early-stop
update version
2 parents 5a947ee + 993b185 commit 1ad72c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ To cite this repository:
407407
author = {Davi Vieira and Gabriel Gimenez and Guilherme Marmerola and Vitor Estima},
408408
title = {XGBoost Survival Embeddings: improving statistical properties of XGBoost survival analysis implementation},
409409
url = {http://github.com/loft-br/xgboost-survival-embeddings},
410-
version = {0.2.0},
411-
year = {2020},
410+
version = {0.2.1},
411+
year = {2021},
412412
}
413413
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setuptools.setup(
3636
name="xgbse",
37-
version="0.2.0",
37+
version="0.2.1",
3838
author="Loft Data Science Team",
3939
author_email="bandits@loft.com.br",
4040
description="Improving XGBoost survival analysis with embeddings and debiased estimators",

xgbse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from ._meta import XGBSEBootstrapEstimator
77

88

9-
__version__ = "0.2.0"
9+
__version__ = "0.2.1"
1010

1111
__all__ = [
1212
"XGBSEDebiasedBCE",

0 commit comments

Comments
 (0)