Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems with mysplev #35

Open
plecompt446 opened this issue Apr 5, 2024 · 0 comments
Open

problems with mysplev #35

plecompt446 opened this issue Apr 5, 2024 · 0 comments

Comments

@plecompt446
Copy link

[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 part out I get a similar error for KNN_model.sav and so on. Also where can I find an explanation what this function calculates. It are some kind of predictions but predictions of what? Also can someone explain what the pronunciation posteriory probabality score percentage is and how it is calculated? Please in easy terms as I am not a linguist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant