We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd0c506 + 439ea2d commit 7f06fb8Copy full SHA for 7f06fb8
README.md
@@ -45,7 +45,7 @@ pip install git+git://github.com/scikit-learn-contrib/forest-confidence-interval
45
Usage:
46
47
```python
48
-import import forestci as fci
+import forestci as fci
49
ci = fci.random_forest_error(
50
forest=model, # scikit-learn Forest model fitted on X_train
51
X_train_shape=X_train.shape,
0 commit comments