Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightGbm still crashing on Win 10 #47

Closed
Steviey opened this issue Aug 8, 2021 · 1 comment
Closed

lightGbm still crashing on Win 10 #47

Steviey opened this issue Aug 8, 2021 · 1 comment

Comments

@Steviey
Copy link

Steviey commented Aug 8, 2021

Win10, R 4.x, all libs. latest

I still can reproduce this:

https://gitmemory.com/issue/microsoft/LightGBM/4007/784502902

on my system.

image

It also crashes wtih:

if (require("lightgbm")) {
  library(AmesHousing)
  # data cleaning
  library(janitor)
  # data prep
  #library(dplyr)
  # visualisation
  library(ggplot2)
  library(yardstick)
  library(catboost)
  library(tidymodels)
  library(treesnip)
  library(tidyverse)

}
@dfalbel
Copy link
Member

dfalbel commented Aug 9, 2021

This is related to: microsoft/LightGBM#4464
You can see this comment for a workaround: microsoft/LightGBM#4464 (comment)

@dfalbel dfalbel closed this as completed Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants