Skip to content

Commit d9b6dca

Browse files
minor ed cls1 bug hunt py issue
1 parent 2a4745e commit d9b6dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ To better illustrate the problem, let's revisit the scaled breast cancer data,
14211421
what the data would look like if the cancer was rare. We will do this by
14221422
picking only 3 observations from the malignant group, and keeping all
14231423
of the benign observations. We choose these 3 observations using the `.head()`
1424-
method, which takes the number of rows to select from the top (`n`).
1424+
method, which takes the number of rows to select from the top.
14251425
We will then use the [`concat`](https://pandas.pydata.org/docs/reference/api/pandas.concat.html)
14261426
function from `pandas` to glue the two resulting filtered
14271427
data frames back together. The `concat` function *concatenates* data frames

0 commit comments

Comments
 (0)