ageron / handson-ml3

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
7.44k stars 3k forks source link

[BUG] folder "datasets" is missing from the repo #147

Closed thomas-haslwanter closed 2 months ago

thomas-haslwanter commented 2 months ago

When I tried git clone https://github.com/ageron/handson-ml3.git the directory-structure only included `➜ gci -dir

Directory: C:\Users\thomas\Downloads\handson-ml3

Mode LastWriteTime Length Name


d---- 16-Jul-24 8:24 PM .github d---- 16-Jul-24 8:24 PM docker d---- 16-Jul-24 8:24 PM images `

FriedrichFroebel commented 2 months ago

Are you looking for https://github.com/ageron/data?

thomas-haslwanter commented 2 months ago

Yep, that is the one. Thank you for the quick help!!