scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

[MRG] Continuous integration on Python 3.6 #118

Closed vene closed 3 years ago

vene commented 7 years ago

In appveyor I am a bit confused because the PYTHON env var seems to point to "system" python while MINICONDA points to a conda-installed python, and these are different in the provided build environment, as shown here. Let's see if this works right.

vene commented 7 years ago

we do not seem to need conda-build in appveyor.yml

The 64-bit py36 failure in the debiasing test seems genuine and very, very weird. (see #117)

fabianp commented 7 years ago

Feel free to remove conda-build, it probably comes from the time (pre conda-forge) where I used this to build the conda package

vene commented 7 years ago

it would be nice to figure out the reason for the weird failure and fix it... I'm clueless

StrikerRUS commented 3 years ago

With merged #161 this PR can be closed.