Skip to content

Commit

Permalink
🐛 fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Oct 16, 2020
1 parent 9a74887 commit d104fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchem/models/tests/test_gbdt_model.py
Expand Up @@ -128,7 +128,7 @@ def test_classification():
scores = model.evaluate(test_dataset, [classification_metric])
assert scores[classification_metric.name] > .9

# xgboost test
# lightgbm test
lgbm_model = lightgbm.LGBMClassifier(n_estimators=50, seed=123, silent=True)
model = dc.models.GBDTModel(lgbm_model, **params)
# fit trained model
Expand Down

0 comments on commit d104fd7

Please sign in to comment.