I\'m having deadlock problems with this piece of code:
def _entropy_split_parallel(data_train, answers_train, weights): CPUS = 1 #multiprocessing.cpu_co
This problem went away with newer versions of Python, so I'm assuming it was a problem with the backport. Anyways, it's no longer an issue.