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 860ef2a commit 281a3b9Copy full SHA for 281a3b9
readme.md
@@ -57,7 +57,7 @@ params = {'loss': "logisticloss",
57
tgb = TGBoost()
58
tgb.fit(train_X, train_y, **params)
59
60
-preds = tgb.predict(data_X)
+preds = tgb.predict(train_X)
61
feature_importance = tgb.feature_importance
62
```
63
@@ -92,7 +92,7 @@ params = {'loss': logistic_loss,
92
93
94
95
96
97
98
0 commit comments