-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Rerun and clean notebooks with Python 3.9 #1947
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
We don't get the progress bar any more? Respond and view the context here. |
Any idea why these value counts changed? The data set should be the same, shouldn't it? So value counts should remain the same too. Respond and view the context here. |
This looks fishy, the logloss should be the same, since ground truth and predictions have not changed. Respond and view the context here. |
Same here. Respond and view the context here. |
fixed in the next commit Respond and view the context here. |
fixed by reruning Respond and view the context here. |
this is weird, I looked at the history of this file and 4.1 was obtained the first time it was computed years ago. I have rerun the notebook with python 3.9 and sklearn 1.0.2 and I get 5.25. I have also tried python 3.8 and sklearn 0.24.2 and I got the same result. I don't know, maybe the first time was wrong? Respond and view the context here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anargyri I have reviewed the comments and fixed what you mentioned. I couldn't find a fix for the logloss, see my comments
I don't understand very well why the SAR notebooks are not passing. They were passing beofre, we are getting the same error in the other PRs, but for example, in this one, we haven't touched that file. |
Ok, it may have been a bad output that was somehow left there. Respond and view the context here. |
It looks like the sparse matrix product causes this error https://github.com/microsoft/recommenders/actions/runs/5392089967/jobs/9789938422?pr=1947#step:3:2468 |
I tried it on a VM and it fails with this error. |
That's interesting, in my local computer it passes.
Can you check the ones where it breaks @anargyri? |
Python and pandas versions are the same, numpy is 1.24.4, scipy is 1.11.0 , gcc is 9.4.0. |
It could be related to this change https://scipy.github.io/devdocs/reference/sparse.html#module-scipy.sparse https://scipy.github.io/devdocs/release/1.11.0-notes.html |
@anargyri the issue with scipy is fixed, I'm reruning the tests, hopefuly they pass. Please review. |
Description
Related Issues
References
Checklist:
staging branch
and not tomain branch
.