plecompt446
Results
2
issues of
plecompt446
Is there someone else who gets a checksum error when using the last version? It worked before then I updated the model and now it does not function properly anymore.
[491]filename=p+"/"+"dataset"+"/"+"essen"+"/"+"CART_model.sav" [492] model = pickle.load(open(filename, 'rb')) [493]predictions = model.predict(x) [494]print("58% accuracy ",predictions) ModuleNotFoundError: No module named 'sklearn.tree.tree' I constantly get these kind of errors for mysplev, if I comment this...