i get EOFError when i run this cell anyone here can help me to solve it, please.
pckl_in=open("features.pic","rb")
feat_xx=pickle.load(pckl_in)
pckl_target_in=open("target.pic","rb")
target_yy=pickle.load(pckl_target_in)
i get EOFError when i run this cell anyone here can help me to solve it, please.
pckl_in=open("features.pic","rb")
feat_xx=pickle.load(pckl_in)
pckl_target_in=open("target.pic","rb")
target_yy=pickle.load(pckl_target_in)