File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 3434
3535setuptools .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" ,
Original file line number Diff line number Diff line change 66from ._meta import XGBSEBootstrapEstimator
77
88
9- __version__ = "0.2.0 "
9+ __version__ = "0.2.1 "
1010
1111__all__ = [
1212 "XGBSEDebiasedBCE" ,
You can’t perform that action at this time.
0 commit comments