Skip to content

Commit

Permalink
update test xgb
Browse files Browse the repository at this point in the history
  • Loading branch information
tata-antares committed Nov 21, 2015
1 parent 32261c1 commit 7c3706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xgboost.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'Alex Rogozhnikov'


def very_basic_xgboost_test():
def test_basic_xgboost():
X, y, w = generate_classification_data(n_classes=2)
clf = XGBoostClassifier(n_estimators=10).fit(X, y)
clf.predict(X)
Expand Down

0 comments on commit 7c3706a

Please sign in to comment.