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.
1 parent fc71d70 commit 89a0a0bCopy full SHA for 89a0a0b
README.md
@@ -42,7 +42,7 @@ Before model hyperparameter optimization, which can be an extensively long proce
42
This demonstration is also included in the project files.
43
```python
44
from DataSift import DataSift
45
-from xgboost import XGBClassifier # can be any classifier you want
+from xgboost import XGBClassifier # can be any classifier you want with a feature_importances_ attribute
46
47
# these are just to unpack / load the dataset
48
from pathlib import Path
0 commit comments