amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

exercise and solution nb 16 #68

Closed rasbt closed 8 years ago

rasbt commented 8 years ago

fixes #49

rasbt commented 8 years ago

arg I forgot to save the notebook after I cleared the output, wait a sec

amueller commented 8 years ago

great idea. Clear the cells?

rasbt commented 8 years ago

should be fine now

amueller commented 8 years ago

hm maybe use accuracy score from metrics instead of reimplementing it in the solution? but no strong opinion. feel free to merge.

rasbt commented 8 years ago

Yeah, I think people will do that automatically. Just thought it was useful to do it explicitely to be able to look at the difference between this accuracy computation and macro wrapper?