Aurélien Geron
Aurélien Geron
Yes, exactly. The [source code is available here](https://github.com/scikit-learn/scikit-learn/blob/642127806a830346886a0337fcbefedc871159c0/sklearn/utils/multiclass.py#L443). In short, when you call `predict()` to classify an instance, Scikit-Learn calls libsvm, which makes 45 predictions (one per pair of classes,...
Thanks @Eleuthere for your kind words and your feedback, much appreciated! However, I haven't been able to reproduce the issue. I just tried running the command, and it worked fine...
Bonjour Jean-Marie, Je suis ravi que mon livre vous soit utile ! Ah je vois où est le problème: quand on passe des arguments en ligne de commande, il ne...
Ah merci beaucoup, c'est une erreur dans la version française apparemment, je vais le signaler à l'éditeur (Dunod). 👍
Hi @Ruhil-DS , Suppose the neural net's main task is to classify images of cats and dogs. Just two classes. Perhaps in this particular training set, most dogs have a...
Hi @sulu987 , I cannot reproduce this issue, everything works fine on my system and [on Colab](https://colab.research.google.com/github/ageron/handson-ml2/blob/master/16_nlp_with_rnns_and_attention.ipynb). Questions: * Are you running on Colab? Or Kaggle? Or your own system?...
Hi @sulu987 , I'm glad things work now! Could you please explain what fixed the issue, in case others run into the same issue? Thanks!
Hi @hafiz031 , I've tried to reproduce this issue, but the code just works fine. Here's a [notebook containing your StackOverflow code example](https://colab.research.google.com/gist/ageron/4d1129328dacd677972efc72d3470d5a/homl2-issue-439.ipynb) (I just added a couple extra cells...
Hi @hafiz031 , That's interesting, thanks for your feedback. I tried running the [Colab Notebook](https://colab.research.google.com/gist/ageron/4d1129328dacd677972efc72d3470d5a/homl2-issue-439.ipynb) containing your code, using with a GPU runtime, but it worked fine. I even tried...
Hi @Kirushikesh , thanks for your suggestion. I'm currently traveling for the next few weeks, but I'll check this out when I get back. I believe I added a note...