Sebastian Raschka
Sebastian Raschka
No worries, I appreciate it that you submitted a PR helping to fix it :)
Thanks for the note, just fixed it. The link is https://github.com/rasbt/algorithms_in_ipython_notebooks/tree/master/ipython_nbs/sorting
Yeah, that's actually pretty good. Maybe we can have a list of all metrics in alphabetical order by default, and then via the tags, we can narrow it down to...
Also, can we add a `"binary"` option for `average` so that we can compute the original recall score for binary classes? Like ```python import sklearn.metrics as metrics import numpy as...
> In the end, something like ordinal regression that might be more suitable for chapter 7 when we discuss categorical predictions. I probably wouldn't go into explaining ordinal regression in...
Thanks for open a separate issue; it makes it simpler to keep the discussions organized! I think it should be some solution where we don't collect the email addresses of...
And if it is not so easily doable (sorry, I haven't thought about the privacy issue initially when I had this idea) don't worry about implementing an email feature for...
I just saw an article that might be very helpful for achieving this task: Sending Email using Python http://trevorappleton.blogspot.co.uk/2014/11/sending-email-using-python.html So, instead of providing the email in the `ProgBar` initialization, we...
Hey, Brandon, this was just an example, I assume that it works with most email providers. E.g., I just tested my icloud address (with `smtp.mail.me.com`) and it worked too. However,...
Right, but I think this is all something that can go in a separate config file that a user needs to setup one time like I posted above: ``` SMTP_SERVER...