Skip to content

Commit 7f06fb8

Browse files
authored
Merge pull request #116 from Ab2nour/patch-1
docs: fix typo
2 parents bd0c506 + 439ea2d commit 7f06fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install git+git://github.com/scikit-learn-contrib/forest-confidence-interval
4545
Usage:
4646

4747
```python
48-
import import forestci as fci
48+
import forestci as fci
4949
ci = fci.random_forest_error(
5050
forest=model, # scikit-learn Forest model fitted on X_train
5151
X_train_shape=X_train.shape,

0 commit comments

Comments
 (0)