Skip to content

Commit

Permalink
use of xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 20, 2018
1 parent 446e682 commit 1c32afe
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 536 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -57,6 +57,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
conda install -c conda-forge xgboost
pip install -r requirements_conda.txt
- run:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ install:
- source activate test-environment
# - make all
#- conda build build_tools/conda-recipe --quiet
- conda install -c conda-forge xgboost
- conda install -q --file=requirements_conda.txt
- pip install -r requirements.txt
- pip install -U git+https://github.com/quantopian/qgrid --no-deps
Expand Down

0 comments on commit 1c32afe

Please sign in to comment.