Skip to content

Prediction accuracy bugged #111

Answered by remrama
sjg2203 asked this question in Q&A
Dec 6, 2022 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

It might be a typo where there are missing parentheses on sls.predict(). The first line in your example code should be:

hypno_pred = sls.predict()

If that doesn't solve it, it might have something to do with the easygui part. If your problem isn't solved by adding parentheses to sls.predict(), please show the output from:

print(hypno_manual)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@raphaelvallat
Comment options

@sjg2203
Comment options

@raphaelvallat
Comment options

@remrama
Comment options

@sjg2203
Comment options

Answer selected by sjg2203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants