Skip to content

Commit 89a0a0b

Browse files
Update README.md
1 parent fc71d70 commit 89a0a0b

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
@@ -42,7 +42,7 @@ Before model hyperparameter optimization, which can be an extensively long proce
4242
This demonstration is also included in the project files.
4343
```python
4444
from DataSift import DataSift
45-
from xgboost import XGBClassifier # can be any classifier you want
45+
from xgboost import XGBClassifier # can be any classifier you want with a feature_importances_ attribute
4646

4747
# these are just to unpack / load the dataset
4848
from pathlib import Path

0 commit comments

Comments
 (0)