Skip to content

Commit c9e1fa3

Browse files
Update source/classification1.md
Co-authored-by: Joel Ostblom <[email protected]>
1 parent 246cb15 commit c9e1fa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/classification1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,10 @@ cancer["dist_from_new"] = (
633633
+ (cancer["Concavity"] - new_obs_Concavity) ** 2
634634
)**(1/2)
635635
cancer.nsmallest(5, "dist_from_new")[[
636-
"Perimeter",
637-
"Concavity",
638-
"Class",
639-
"dist_from_new"
636+
"Perimeter",
637+
"Concavity",
638+
"Class",
639+
"dist_from_new"
640640
]]
641641
```
642642

0 commit comments

Comments
 (0)