Aurélien Geron
Aurélien Geron
Thanks for your feedback. Unfortunately, when Scikit-Learn changes, the algorithms might vary slightly (and/or the random number generator), and it's impossible to get the exact same results that I obtained...
Hi @ravitejasssihl , That's kind of you, thanks! Sure, if you send a PR, I'll be happy to check it and merge it. Please ensure that the PR only includes...
Hi @Kirushikesh , Thanks for your kind words and your suggestion. I agree with you, I'm also really excited by the progress made in GNNs, and I actually considered introducing...
Btw, I enjoyed this great [introduction to GNNs by Petar Veličković](https://www.youtube.com/watch?v=8owQBFAHw7E). It's a good starting point for anyone wanting to dip their toes in this exciting field. Please feel free...
Thanks for your feedback. I've just tried running this code on Colab, and it ran smoothly: I'm not sure why it's failing for you. Could you please check which versions...
Hi @tamjidul , Thanks for your feedback, and sorry for the late response. I just pushed the GPU image, the command should work now. Could you please confirm?
Thanks for your feedback, and sorry for the late response. Indeed, adding `pip install notebook` fixes the issue. Another solution is to switch to Jupyter lab. I've chosen the second...
Hi @marcelmenezes, Thanks for your question. Suppose you want to encode a categorical feature, such as a user's country of origin. Suppose there are just 4 possible countries. The most...
Thanks for your feedback @tg2k . This warning is displayed because Scikit-Learn 1.0.2 called `scipy.stats.mode()` without setting the `keepdims` argument, which is fine for now (so you can ignore the...
This is great feedback, and I'm sure it will be useful to other readers, thanks a lot @tg2k ! 👍