Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
correct casing on import
  • Loading branch information
coreynoone authored Jul 27, 2022
commit 73f8ddc2089ae06c6780387e65961f62edfa253a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ See the <a href="#references">References</a> section for more details.
<summary>Causal model selection with the `RScorer` (click to expand)</summary>

```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)
Expand Down