Sebastian Raschka
Sebastian Raschka
Thanks a lot @rickiepark and @jkstarling. Just fixed all of these for the 3rd edition!
Thanks again for all your useful comments. I really appreciate it, and I agree with all your points. > (p326) In a paragraph below code block, "Using the 'absolute_loss' as...
Hm, this looks like some namespace issue. Pickle is very sensitive about that. Do you have the tokenizer defined in the vectorizer.py file, like so? ``` def tokenizer(text): text =...
Thanks for the comments. Hm, that's weird, the SGDClassifier should behave exactly the same as the LogisticRegression classifier when it comes to pickling. I think in most cases, it's usually...
Hm, yeah, what I meant was when you add up the columns, you will get a vector of ones. I.e., the value of the 1st, 2nd, and 3rd column sum...
Arg, yeah, downloading CelebA can sometimes be a bit frustrating. Luckily, you only have to do it once. I just put up some instructions here if that helps: https://github.com/rasbt/python-machine-learning-book-3rd-edition/tree/master/ch15/downloading-celeba
Hm, I currently can't get it to work either. I think there is an issue with some of the dataset function in the recent TensorFlow / TensorFlow Dataset version (https://github.com/tensorflow/datasets/pull/3056)....
Hey there, I am very certain that an English version is in the works. Someone asked me if he could translate my book into Chinese, and the publisher mentioned that...
Thanks for the info, I didn't know that! I will leave this thread open in case I hear anything about a traditional/simple Chinese version of the second edition
Thanks for the note. Currently can't find it, but we'll be looking for that file!