rickjunli / DAT_SF_16

0 stars 0 forks source link

HW5 notes #7

Closed Breucopter closed 6 years ago

Breucopter commented 9 years ago

Hey Rick,

So figured out why your data scores poorly on the non-normalized: just a typo! Otherwise the hw looks great, plots are thorough. Your assignment of classes is a bit circuitous. Using df.map({'benign':0,'malignant':1}) is more efficient and avoids that settingwithcopy warning.

rickjunli commented 9 years ago

Thanks Justin. I would have never found that typo! :)