File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1616 - TEST_DIR=/tmp/test_dir/
1717 - MODULE=skrules
1818 matrix :
19- - DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="true"
20- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
21- PANDAS_VERSION="0.18.1"
22-
23- - DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
24- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
25- PANDAS_VERSION="0.18.1"
2619
2720 # This environment tests the newest supported Anaconda release (4.4.0)
2821 # It also runs tests requiring Pandas.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def load_credit_data():
3636 _fetch_remote (archive , dirname = sk_data_dir )
3737
3838 data = pd .read_excel (join (sk_data_dir , archive .filename ),
39- sheetname = 'Data' , header = 1 )
39+ sheet_name = 'Data' , header = 1 )
4040
4141 dataset = Bunch (
4242 data = (data .drop ('default payment next month' , axis = 1 )),
You can’t perform that action at this time.
0 commit comments