Aurélien Geron

Results 284 comments of Aurélien Geron

Hi @FritzPeleke , Thanks for your feedback. Could you please give me more context? In particular, how exactly did you install TensorFlow? What version of TensorFlow are you trying to...

I'm glad you found a solution. 👍 I'm not aware of any problem installing TensorFlow on Windows with pip (but I don't use Windows), could you please point me to...

Hi @FritzPeleke , Thanks for the links. I got a Windows VM to run some tests, and indeed I had trouble installing TensorFlow 2.0 using pip. Now I remember that...

Hi @StefanCardnell , Thanks for your very kind words, I'm really glad you enjoy my book! :) Your code looks good, but there might be a couple issues: * I...

Thank you all for your feedback. Memory errors are among the most frustrating errors you can get. Since setting `n_jobs=1` works around the problem, this bug seems related to parallelism....

Hi @mengeziml , I've never had this error, so it's hard for me to tell you whether or not the job is actually continuing or not, but if I were...

Hi @Chirag161198 , Thanks for your question. Scikit-Learn's API uses duck typing: if you want to write your own custom estimators (including transformers and predictors), you only need to implement...

Hi @gitgithan , Great questions, and thanks for your kind words! 👍 The Scikit-Learn API specifies that the `fit()` method _should_ return `self`, so it's good practice to do so....

Hi @BahaaKattan111, Thanks for your question. `ls` works on Linux and MacOSX, and I believe it also works in some Windows shells (like the PowerShell), but I don't use Windows...

Hi @deepakgowtham , Thanks for your questions, and I'm glad you're finding my book useful! 👍 First let's look at a simple example (try running it in a Jupyter notebook):...