James Lamb

Results 240 issues of James Lamb

See https://github.com/microsoft/LightGBM/issues/6319#issuecomment-2065013026 for some notes. There are many more that could be added. These *might* belong alongside docs like "For Faster Speed" and "For Better Accuracy" at https://lightgbm.readthedocs.io/en/latest/Parameters-Tuning.html, but I'm...

doc

## Description Contributes to https://github.com/rapidsai/build-planning/issues/69 Contributes to https://github.com/rapidsai/build-planning/issues/33 Proposes a stricter pattern for passing a `pylibcugraph` wheel from the `wheel-build-cpp` job that produced it into the `wheel-build-python` job wanting to...

improvement
non-breaking
ci

## Description `container-canary` should support setting the `command:` for running an image without modifying the file containing validation checks. ## Benefits of this work Would separate details of how the...

enhancement

## Description `canary validate` fails if the container takes more than 10 seconds to start up. That 10 second threshold is currently hard-coded. https://github.com/NVIDIA/container-canary/blob/a4f5c799e64cdaec661d40b909d04ca505b3e191/internal/container/docker.go#L76-L82 That timeout should be configurable. ##...

enhancement

## Description This project currently produces wheels but doesn't have any tests on those wheels in CI. Some should be added. ## Benefits of this work * improves release confidence...

ci

Contributes to #667. Proposes adding some `container-canary` tests to check that changes to this project don't introduce user-facing regressions. ## Benefits of these changes See #667 for more details. In...

improvement
non-breaking

Contributes to https://github.com/rapidsai/build-planning/issues/77. Follow-up to https://github.com/rapidsai/devcontainers/pull/338 Proposes updating the pip devcontainers to use v1.17.0, as part of an effort to use that version across RAPIDS.

improvement
non-breaking
2 - In Progress

**Is your feature request related to a problem? Please describe.** `rapids_cython_create_modules()` automatically creates targets based on Cython source files. During the development of `libcudf` wheels for https://github.com/rapidsai/build-planning/issues/33, we discovered that...

feature request
? - Needs Triage

## Description Follow-up to #16637. Once this project's minimum support Python version was bumped up to Python 3.10, `ruff` started raising this error from `pyupgrade`: ```text Import from `collections.abc` instead:...

Python
improvement
non-breaking
cudf.pandas
cudf.polars

Fixes #6324 Replaces #6548 * ensures that the warning about aliases for `num_iterations` is only raised if the user-provided configuration has conflicting values * expands documentation about how parameters in...

awaiting review
maintenance