Aurélien Geron

Results 284 comments of Aurélien Geron

Hi @lelezanardo , Thanks for your feedback. Remember that `theta_ridge` and `gradients` are both 2D arrays of shape [2, 1]. In other words, they're both column vectors. So when you...

Thanks for your question. The `Never5Classifier` always predicts `False`, no matter what you give it as input. The goal is to point out that even such a dumb classifier gets...

Hi @tfboyd, I updated the project to use the latest version of TensorFlow and TF Agents. Could you please update your libs to the latest versions (see `environment.yml`) and update...

Thanks for your feedback. I'm currently traveling for the next few weeks, but I'll check this out when I get back.

Hi @Roland-Pfeiffer , Thanks for your feedback. Indeed, these do look like pretty bad outliers. As @vedanthv mentioned, you can try filtering them out (or use any other technique discussed...

Hi @lucacox , I can't reproduce the error either. Could you please make sure you're using the latest versions of the code and the libraries and try again? You can...

Hi @lebaste77 , thanks for your feedback. I recently updated all the notebooks to the latest version of the libs (including Scikit-Learn 0.24, TensorFlow 2.4, Pandas 1.2, Matplotlib 3.3, TF...

Hi @lebaste77 , Could you please run the following code within the same Jupyter notebook as the one that gives an exception, and paste the output below? ```python import sys...

**Edit**: I updated `docker-compose.yml` so things should work smoothly now, no need to tag the image. If you want to pull the image from Docker Hub, then please make sure...

Hi @accmohamedsaber , Everything works fine for me, so I'm guessing this issue might have something to do with Docker running out of RAM. You can go to the Docker...