Skip to content

Commit 6792615

Browse files
authored
Update README.md
1 parent 5c42560 commit 6792615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pip install shap-hypetune
2222
lightgbm, xgboost are not needed requirements. The module depends only on NumPy and shap. Python 3.6 or above is supported.
2323

2424
## Media
25-
[Comig Soon]
25+
[SHAP for Feature Selection and HyperParameter Tuning](https://towardsdatascience.com/shap-for-feature-selection-and-hyperparameter-tuning-a330ec0ea104)
2626

2727
## Usage
2828
#### Only Hyperparameters Tuning
@@ -125,4 +125,4 @@ model.fit(X_train, y_train, eval_set=[(X_valid, y_valid)], early_stopping_rounds
125125

126126
All the examples are reproducible in regression contexts and with XGBModel.
127127

128-
More examples in the [notebooks folder](https://github.com/cerlymarco/shap-hypetune/tree/main/notebooks).
128+
More examples in the [notebooks folder](https://github.com/cerlymarco/shap-hypetune/tree/main/notebooks).

0 commit comments

Comments
 (0)