I am encountering the Distributed.ProcessExitedException(3) error in my Julia Pluto notebook. I am not sure what is causing this error or how to resolve it. I have tried updating Julia and the Pluto package, as well as restarting the kernel, but the error persists.
Here is an example of the code that is causing the error:
MLJ.fit!(xgb_regressor, rows=train)
Can anyone help me understand what is causing this error and how I can resolve it? Thank you!
That’s not quite what I meant with my earlier response in the other thread. A Distributed.ProcessExitedException just means that there was an error on some worker process, but it doesn’t tell you anything about the error itself. You’ll need to provide a full stacktrace, or even better an MWE version of your notebook for people to give you any useful advice.