James Lamb

Results 238 issues of James Lamb

**Is your feature request related to a problem? Please describe.** The project does not currently have any automatic protections against some classes of issue that can be detected by `flake8`,...

**Is your feature request related to a problem? Please describe.** All of this project's CI configuration currently lives in a YAML file, https://github.com/stitchfix/hamilton/blob/main/.circleci/config.yml. This introduces some friction to development in...

Contributes to #3756. Adds type hints in a few more places in `basic.py`.

maintenance

## Description Created from https://github.com/microsoft/LightGBM/pull/5388#issuecomment-1195848451. All CUDA CI jobs and several Linux jobs are failing with the following. ```text FAILED ../tests/python_package_test/test_dask.py::test_machines_should_be_used_if_provided[binary-classification] FAILED ../tests/python_package_test/test_dask.py::test_machines_should_be_used_if_provided[multiclass-classification] FAILED ../tests/python_package_test/test_dask.py::test_machines_should_be_used_if_provided[regression] FAILED ../tests/python_package_test/test_dask.py::test_machines_should_be_used_if_provided[ranking] = 4 failed,...

bug
maintenance
dask

## Description Running `python setup.py install` for the Python package raises the following deprecation warning: > /Users/jlamb/mambaforge/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools....

maintenance

## Description Noticed the following on a recent macOS build in Azure DevOps. > ##[warning]The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583...

maintenance

## Summary @StrikerRUS @guolinke @shiyu1994 @jmoralez @btrotta @Laurae2 could you please try to list out what you all feel is required before a v4.0.0 release of LightGBM is prepared? Please...

question
maintenance

Fixes #4881. Attempts to add support for R 4.2 in most of the R package's CI jobs. ### Notes for Reviewers #4881 refers to creating a comment-triggered workflow for the...

maintenance

Attempting to investigate #5036. First, I'm pushing a commit just re-running all the R CI to see if the same error shows up. After that, I'll start investigating to try...

## Description When the CI job that updates `R-package/configure` is triggered for a pull request from a fork, it fails with an error like the following: ```text Fetching the repository...

bug