Rare find

Hands-On ML2. Outdated machine learning textbook code (see the third edition instead).

github.com/ageron/handson-ml2

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2026
  • set_data() now expects sequences
March 2026
  • Fix typo
  • Mark handson-ml2 as outdated (it came out 7 years ago) and point to h…
  • Add numeric_only=True to corr(), fixes #657
February 2026
  • Set gym version to 0.21.0
  • Fix coef_[0][0] => coef_[0]
  • Merge pull request #663 from Aiudadadadf/fix/issue-317
  • fix(ch12): move reconstruct layer to __init__ to fix InaccessibleTens…
February 2023
  • Fix indices in determinant section, fixes #603
  • Fix a typo and rename section (see PR #572)
November 2022
  • Merge pull request #598 from SYChJung/patch-1
  • add space
September 2022
  • Ensure gym 0.21 is installed
  • Fix link to third edition
  • Point to 3rd edition repo
March 2022
  • Merge pull request #549 from austin-chan/master
  • Update 18_reinforcement_learning.ipynb
  • Fix typo
February 2022
  • Clarify sentence (was missing a word)
  • Replace \r\n with \n in !ls output