diff --git a/README.md b/README.md index e1b5818c0..544fca02c 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ See the References section for more details. Causal model selection with the `RScorer` (click to expand) ```Python - from econml.score import Rscorer + from econml.score import RScorer # split data in train-validation X_train, X_val, T_train, T_val, Y_train, Y_val = train_test_split(X, T, y, test_size=.4)