[Breaking] Rename data to X in predict_proba. (#6555)

New Scikit-Learn version uses keyword argument, and `X` is the predefined
keyword.

* Use pip to install latest Python graphviz on Windows CI.
This commit is contained in:
Jiaming Yuan
2020-12-28 21:36:03 +08:00
committed by GitHub
parent cb207a355d
commit 610ee632cc
3 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,6 @@ dependencies:
- scikit-learn
- pandas
- pytest
- python-graphviz
- boto3
- hypothesis
- jsonschema
@@ -17,3 +16,4 @@ dependencies:
- pip:
- cupy-cuda101
- modin[all]
- graphviz