Can't parallelize model training with sc.parallelize, even tough I can run the same code without parallelizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 07:16 AM
I'm training a NeuralProphet for a time series forecasting problem. I'm trying to parallelize my training, but this error is appearing
The folder lightning_logs has a hparams.yaml but it's empty. Is this related to permissions on the cluster? Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 02:44 AM
How would I check it? The error is coming from the line 21, "train = m.fit(df=df_train, freq="M")", that previously ran with no problems. Here's the code:
When I run the neural_prophet_cv function without the parallelize, this is the result:
I suspect I don't have permissions writing permissions from the cluster

