wil70

Results 20 issues of wil70

## Description I'm trying optura and flaml. I'm able to train (lgb.train) models with optura with csv and bin files as input for training and validation dataset. This is great...

question
feature request

## Description lib_lightgbm.dll works great for models up to 1.8GB. When loading a model above 1.8GB then lightgbm or a c++ program that uses that dll crashes. I cc a...

bug

## Description Hello, I followed the instructions to compile LightGBM with GPU for Windows (x64), and I was able to compile and run the code. TY! Unfortunatly I encountered the...

question

Hello I have a few questions about save_binary from "task = save_binary" I have huge csv files. It takes days to convert them to bin files, I would love to...

question

Hello, I'm currently attempting to generate C# code from a LightGBM model that I possess. I've followed these steps: ``` import lightgbm as lgb from pathlib import Path booster =...

Hello I'm using the distributed socket version via command line, it works well. I got some roadblock with MPI but anyway socket works well.. **Question:** Is there a way to...

question
awaiting response

## Summary Hello, How can I compute the class probability score from the scores predictions? Thanks for your help Wil ## Motivation I need to know if the selected class...

question

Hello, Great addon - TY! I found an issue, I downloaded one day (for example 2023-10-10) of "ES 12-23" from NT ![image](https://github.com/eugeneilyin/nrdtocsv/assets/7807709/37c403ba-7971-48df-8930-0285b78df76d) I can see in the Replay data being...

## Summary Add statistics to the plot from a dataset, its labels and predictions ## Motivation lgb.create_tree_digraph and plot_tree are really great to visualize the tree, but without the statistics...

feature request

## Description Hello, I have the same resuts if I start 2 times the same training on my big dataset (a bin file). I have different results if I start...

question