Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python test updates for new sklearn version - #26456

Merged
merged 1 commit into from Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions PhysicsTools/PythonAnalysis/test/BuildFile.xml
Expand Up @@ -11,13 +11,11 @@
<test name="testRootpy" command="testRootpy.py"/>

<test name="testBottleneck" command="testBottleneck.py"/>
<test name="testDeepDish" command="testDeepDish.py"/>
<test name="testNumExpr" command="testNumExpr.py"/>
<test name="testTables" command="testTables.py"/>

<test name="testDownhill" command="testDownhill.sh"/>
<test name="testXGBoost_and_sklearn" command="testXGBoost_and_sklearn.py"/>
#<test name="testTheanets" command="testTheanets.py"/>

<test name="testhep_ml" command="testhep_ml.sh"/>
<test name="testUncertainties" command="testUncertainties.py"/>
Expand Down
15 changes: 0 additions & 15 deletions PhysicsTools/PythonAnalysis/test/testDeepDish.py

This file was deleted.

49 changes: 0 additions & 49 deletions PhysicsTools/PythonAnalysis/test/testTheanets.py

This file was deleted.

Expand Up @@ -5,7 +5,7 @@
import numpy as np
import xgboost as xgb
from sklearn import datasets
from sklearn.cross_validation import train_test_split
from sklearn.model_selection import train_test_split
from sklearn.datasets import dump_svmlight_file
from sklearn.externals import joblib
from sklearn.metrics import precision_score
Expand Down