mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-28 02:30:27 +01:00
Adopting code to my needs I have found that in the scikit-learn 19.0 they recommend to put params list directly into the .fit( ) methods. That also makes the code more understandable for me as now it is more clear where these values go to (fit( ) function of DNNClassifier). Hope this makes sense.
161 KiB
161 KiB