RaphaelS1 / survivalmodels

Implementations of survival models in R
https://raphaels1.github.io/survivalmodels/
Other
57 stars 13 forks source link

Can't parallelise learners #18

Closed RaphaelS1 closed 9 months ago

RaphaelS1 commented 3 years ago

Reported by email:

The problem persists even when num_workers = 1 or num_workers = 1

I try to solve the issue by creating my own conda environment from a linux terminal (conda create ...) by restricting the usage of cpu only, but it does not work.

RaphaelS1 commented 9 months ago

Not fixing python problems