Sebastian Raschka

Results 821 comments of Sebastian Raschka

Thanks for the note, and sorry for the late response. I somehow missed the notification. I am not quite sure if I am following the in the code, we have...

Hi there. Like you said, the errors are due to the missing images. There are multiple options you can try. 1. You could download the image folder from https://github.com/rasbt/python-machine-learning-book-3rd-edition/tree/master/ch03/images and...

Good catch in both cases. Thanks a lot! Will be fixed in the upcoming third edition.

> (p234) In 3rd line of the first code block, `print("Accuracy: ...")` should be `print("ROC AUC: ...")`, because output text is `ROC AUC: ...`. Oh yes, definitely. Thanks! > (p237)...

Thanks a lot for the feedback. Will fix these things in the next edition :).

Thanks a lot! Will incorporate it into the next ed! Btw regarding > p59: 4th line in first code block c='' raises an error in matplotlib 3.2, suggest replace facecolor='none'...

> In c_transf.fit_transform(X).astype(float), astype(float) is not needed. Inuitively, I agree with you. But removing it will results in a NumPy array of `dtype=object`. Might be a scikit-learn bug. ![Screen Shot...

I see, thanks for the feedback!

Good points. I think if this is something that should be added, then multi-label is probably be the way to go. And yeah, there would be a substantial amount manual...

Hi Dan, this looks potentially useful to me! However, when I click on the button, I get an empty view prompting me to add files (see below). Is this intended?...