python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pyspark with Joblib giving me ambiguous result
I am trying to fetch data from teradata--
select ... from table1_1
union all
select .. from table_2
union all
select ... from table_3
NOTE: One or more select .. may fail which should not cause whole...
Epsi95
Votes: 0
Answers: 1
What is causing my random: "joblib.externals.loky.process_executor.TerminatedWorkerError" errors?
I'm making GIS-based data-analysis, where I calculate wide area nation wide prediction maps (e.g. weather maps etc.). Because my target area is very big (whole country) I am using supercomputers (Slur...
jjepsuomi
Votes: 0
Answers: 3
Error , Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ram to unpickle a file
I am running into this error , i can't unpickle a file on my jupyter notebook:
import os
import pickle
import joblib
import pandas as pd
from sklearn.preprocessing import MinMaxScaler
filename = open...
abdalla mahgoub
Votes: 0
Answers: 4
Python multiprocessing calls become slower for later calls
I am trying to process a huge set of job-loads by calling some function on a list of arguments as:
import multiprocessing as mp
print("Number of processors: ", mp.cpu_count())
pool = mp.P...
sandeepsign
Votes: 0
Answers: 1