curso-r/treesnip

lightGbm still crashing on Win 10

Closed this issue · 1 comments

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)

}

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