Skip to content

issues Search Results · repo:microsoft/LightGBM language:C++

Filter by

3k results
 (149 ms)

3k results

inmicrosoft/LightGBM (press backspace or delete to remove)

I tried to install ligthgbm with pip and cuda support, and it failed with nvcc fatal : Unsupported gpu architecture compute_60 I have installed cuda 13, and it seems that the minimum compute capability ...
awaiting response
gpu (CUDA)
question
  • ajamro-radix
  • 1
  • Opened 
    4 hours ago
  • #7000

Hello, I would like to know the order of operations happening in LightGBM. Reading the code, it seems that EFB happens when the data is converted into the LightGBM Dataset (src/io/dataset.cpp#L246. But ...
question
  • adrienm7
  • Opened 
    4 days ago
  • #6999

The CUDA version now uses the CPU data loading pipeline, and then transfers the discretized data to the GPU. This is very slow and large hinders the overall efficiency of CUDA version. We need to move ...
gpu (CUDA)
  • shiyu1994
  • Opened 
    13 days ago
  • #6991

Description AppVeyor CI jobs (Windows, Python 3.9) are failing like this: FAILED tests/python_package_test/test_plotting.py::test_tree_with_categories_below_max_category_values - graphviz.backend.execute.CalledProcessError: ...
blocking
maintenance
  • jameslamb
  • 4
  • Opened 
    13 days ago
  • #6990

Summary @guolinke hello, there are several improvements could be made in logging for this project: - allow a log callback (handler) set by following C API to receive all log entries: Debug, Info, ...
feature request
  • AnyCPU
  • 3
  • Opened 
    21 days ago
  • #6984

Description LightGBM should add a built-in R^2 metric. Benefits of this work - prevents the need to implement this metric in a custom function (as seen in #6982, for example) Acceptance criteria ...
feature request
  • jameslamb
  • 1
  • Opened 
    21 days ago
  • #6983

Hi, here s the context regarding the three potential issues you mentioned earlier: First, my dataset size is in the millions (referring to the number of rows, sometimes close to ten million), and the ...
gpu (CUDA)
question
  • Jessee-Jiao
  • 13
  • Opened 
    22 days ago
  • #6982

Description The Python - latest supported versions CI jobs have been failing for the last few days here, like this: E ValueError: pandas dtypes must be int, float or bool. E Fields ...
blocking
maintenance
  • jameslamb
  • 1
  • Opened 
    23 days ago
  • #6980

Description Docs builds started failing a few days ago with many instances of this: ------- [docutils] /home/runner/work/LightGBM/LightGBM/python-package/lightgbm/sklearn.py:docstring of sklearn.utils._metadata_requests.RequestMethod.get. ...
blocking
doc
  • jameslamb
  • Opened 
    23 days ago
  • #6978

Description !-- A clear description of the bug -- I use C API and I want to get fatal error messages passed to a log callback in the same way as it is done for other log methods. Right now it works for ...
bug
  • AnyCPU
  • 10
  • Opened 
    24 days ago
  • #6975
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub