diff --git a/README.md b/README.md index b3e2cf1..166d3ee 100644 --- a/README.md +++ b/README.md @@ -21,85 +21,6 @@ from shap_select import shap_select selected_features_df = shap_select(model, X_val, y_val, task="multiclass", threshold=0.05) ``` - -