Aurélien Geron

Results 284 comments of Aurélien Geron

This is gold @tg2k , thanks so much for taking the time to write this thorough review of your ML experience on Windows. I agree with you that Windows does...

Hi @atoshpulatov , Yes, I'm happy to answer questions on github. Please: 1) start by searching in the [existing issues](https://github.com/ageron/handson-ml3/issues?q=is%3Aissue) (both opened and closed) whether your question has already been...

Really sorry for the broken link. I've fixed this, the notebook is now available.

Yes, by removing the order_by, I'm probably just trading a present bug for a future bug. I'm just identifying the source of the bug, but I have not fixed it.

You're right, there's really no reason at all to have an indent here.

I added fixes for issues 15 & 16 regarding file upload.

Hi, I just removed the indent. :-) I think my upload logic does what you're describing: first I try to find the CookbookFile for the given type and path (btw,...

Ok, I fixed this by replacing the item_update method in commis/data_bags/views.py: ``` @api('PUT', admin=True) def item_update(self, request, bag_name, name): if not request.json: raise ChefAPIError(500, 'No data sent') data = request.json.get('raw_data')...

I can send you a pull request if you want.

Thanks @Amin-Tgz , I'm glad you like this course. There's also the Jupyter notebooks that accompany my book's second edition at https://github.com/ageron/handson-ml2 I'm not aware of a lot of TF2...