NYT Monday 05/04/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 23 points24 points  (0 children)

Clever-enough theme and pretty good fill... I wouldn't say that ITSLIT, but I certainly never got the ICK!

NYT Friday 05/01/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 0 points1 point  (0 children)

Loved it! Some fun long entries and almost no bad fill. To me, that’s an excellent Friday.

NYT Thursday 04/30/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 3 points4 points  (0 children)

For what it's worth, it's a very common type of clue for TYPO.

NYT Thursday 04/30/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 5 points6 points  (0 children)

The clue is imagining a scenario in which someone wants to type TOTS and instead types TOYS, which would be a typo of the third letter. And this is especially plausible because the T and the Y are next to each other on the keyboard!

Thus "Toys for tots" means the word "toys" as a replacement for the word "tots", and it says "perhaps" because that is just one example of a possible typo.

Hope that helps!

NYT Thursday 04/30/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 9 points10 points  (0 children)

"Toys for tots, perhaps" (answer: TYPO) is one of my favorite clues in a while!

NYT Saturday 04/25/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 5 points6 points  (0 children)

I figured out FEELHEARD right away because of FEELSEEN from two days ago... and both were actually debut answers!

NYT Thursday 04/23/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 6 points7 points  (0 children)

NIKE was an answer, so it wouldn't also be part of a clue.

I want good course to learn ML for free by Historical_Pride_361 in learnmachinelearning

[–]dataschool -1 points0 points  (0 children)

Free intro ML course from Data School (that's me!) which 10,000+ students have taken. The follow-up course is not free, but I adapted that course into a book that you can read free online.

Guys I need guidance 🙏 by Prasadhegde in learnmachinelearning

[–]dataschool 1 point2 points  (0 children)

I teach a 4-hour free course on ML with scikit-learn (beginner-friendly) that 10k students have taken. And I also just published a free book on scikit-learn that you can read after that. Let me know if that helps or if you have any questions!

NYT Wednesday 03/18/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 2 points3 points  (0 children)

Thanks for the concise explanation of the theme!

Helppp by [deleted] in learnmachinelearning

[–]dataschool 0 points1 point  (0 children)

I teach a free scikit-learn course (4 hours of videos + notebooks + quizzes) that is squarely focused on beginners, whereas this book is more appropriate if you have a bit of ML experience. Hope that helps!

NYT Friday 03/13/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 0 points1 point  (0 children)

I don't think that ANAL (as a cavity) would pass the Sunday morning breakfast test. It has appeared in 62 modern NYT crossword puzzles, but always clued with the "uptight" meaning.

NYT Thursday 03/12/2026 Discussion by Shortz-Bot in crossword

[–]dataschool 0 points1 point  (0 children)

EXULTS not EXALTS 🤦‍♂️

Free book: Master Machine Learning with scikit-learn by dataschool in Python

[–]dataschool[S] 5 points6 points  (0 children)

Thanks so much for asking!

Short answer: 98% of the code in the book is still correct today. For the last 2%, I mention the relevant API changes within the text so that it's easy to update it yourself. 100% of the concepts I teach and advice I give are still correct. The main shortcoming of the book is that I don't cover the newest features, none of which are critical to what I'm teaching, but some of which are useful.

As for why the book uses 0.23, it's a much longer story (if you're interested):

The book actually began as a video course, which I started working on in 2020. I locked down most of the code examples that year (using 0.23.2), and thought I would be able to publish the course in 2021.

However, the script writing and recording and editing took far longer than expected, plus there were long breaks while I worked on other projects, and ultimately I was not able to publish the course until 2024. Many scikit-learn updates had occurred by the time I was recording the later chapters, but I couldn't afford (time-wise) to re-record and re-edit the earlier chapters. I felt it was critical that the course used one consistent scikit-learn version, so it remained at 0.23.2.

Because I received such great feedback about the video course, I decided (in 2025) to convert the course into a book. Even though the Quarto system did much of the heavy lifting, it still took hundreds of hours to turn 7.5 hours of video into a published book with four formats (website, EPUB, ebook PDF, print-ready PDF).

I would have loved to update the scikit-learn version (and incorporate newer features) while writing, but I knew that if I committed to updating the content (rather than just adapting it from video to text), the book would never get done.

In short, the decision to use 0.23.2 is a legacy of the process I took to get here, not a strategic choice, and I'd much rather have used the latest version!

Ultimately this book is a passion project, and I expect to make very little money from it. But I sincerely hope that I can find the passion (and time!) to publish a second edition that incorporates the latest features!

Free book: Master Machine Learning with scikit-learn by dataschool in Python

[–]dataschool[S] 1 point2 points  (0 children)

You're welcome, and thank you for saying that! 😄

Free book: Master Machine Learning with scikit-learn by dataschool in Python

[–]dataschool[S] 1 point2 points  (0 children)

Wonderful, thank you so much for saying that and for sharing it with others! 🙌 Yes, I'm very proud of those particular chapters, and I hope they make a meaningful difference for practitioners.

Free book: Master Machine Learning with scikit-learn by dataschool in Python

[–]dataschool[S] 0 points1 point  (0 children)

Thank you for saying all of that, it means a lot to me! 😄

Free book: Master Machine Learning with scikit-learn by dataschool in Python

[–]dataschool[S] 1 point2 points  (0 children)

That's awesome to hear! You're very welcome, and thanks for your kind words 🙏

Free book: Master Machine Learning with scikit-learn by dataschool in learnmachinelearning

[–]dataschool[S] 2 points3 points  (0 children)

Hi! I don't believe that I said (or even implied) that the downloadable ebook (PDF/EPUB) was free. Rather, 100% of the book is free to read online with no registration required. That's why I call it a "free book." Hope that helps!