James Lamb

Results 240 issues of James Lamb

Contributes to #3782 Enables the Dask tests on macOS, based on this comment form @neNasko1 : https://github.com/microsoft/LightGBM/pull/6569#discussion_r1794318170

in progress
maintenance

Add support for Python 3.13, now that it's available: https://docs.python.org/3/whatsnew/3.13.html This also proposes a new standard process for Python version upgrades in this project. Proposing that when a new version...

in progress
feature

I recently noticed warnings like this on Azure DevOps: > A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the...

in progress
maintenance

Fixes #6665 As described in https://github.com/microsoft/LightGBM/issues/6665#issuecomment-2412748042, `build-python.sh install --precompile` is broken on Ubuntu 22.04 because the `setuptools` that gets installed with the `python3-*` packages for that distribution is older than...

fix

## Summary Support for the h2o's `datatable` library was added to LightGBM 5.5+ years ago, in #1970. Proposing here that `lightgbm`: * issue a deprecation warning for the next 2-3...

question
awaiting review
maintenance

Fixes #6450 Will hopefully prevent other issues similar to #6426 in the future. Proposes the following: * modifying all the dockerfiles so that they at least build successfully on x86_64...

in progress
maintenance

## Description The Python package's tests fail with the latest `scikit-learn` nightlies (v1.6.dev0). ```text ================= 7 failed, 103 passed, 14 warnings in 19.91s ================== ``` All the failures appear to...

## Description Contributes to https://github.com/rapidsai/build-planning/issues/108 Proposes building wheels with `--no-build-isolation`, to improve the rate of `sccache` cache hits and therefore reduce CI times. ## Notes for Reviewers This is not...

5 - DO NOT MERGE
improvement
non-breaking
ci

Removes some exclusions left behind in #4634, to ensure that all CI is re-run when files in `.github/workflows` are chagned.

improvement
non-breaking

## Description Contributes to https://github.com/rapidsai/build-planning/issues/108 Proposes building wheels with `--no-build-isolation`, to improve the rate of `sccache` cache hits and therefore reduce CI times. ## Notes for Reviewers This is not...

improvement
DO NOT MERGE
non-breaking
python
ci