alan-turing-institute / autoemulate

emulate simulations easily
MIT License
22 stars 3 forks source link

LightGBM crashes kernel #207

Open mastoffel opened 8 months ago

mastoffel commented 8 months ago

Sometimes LightGBM crashes the jupyter notebook kernel when running in parallel. This needs a bit of investigation, but just using fewer cores seems to resolve that issue for now, so maybe that should be added to the FAQ / docs.

abieai commented 4 months ago

Hi Martin, we ran into trouble when using auto emulate on an apple M1 Mac, working on a conda environment. We fixed it by installing LightGBM via conda instead of pip (conda install lightgbm)