Errata fixes (#45)

* fixes to Rmd from Daniela's errata
This commit is contained in:
Jonathan Taylor
2025-04-03 12:34:12 -07:00
parent 8fa98567ee
commit e03d0b2dd6
8 changed files with 25 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ roc_curve = RocCurveDisplay.from_estimator # shorthand
We now use the `SupportVectorClassifier()` function (abbreviated `SVC()`) from `sklearn` to fit the support vector
classifier for a given value of the parameter `C`. The
`C` argument allows us to specify the cost of a violation to
the margin. When the `cost` argument is small, then the margins
the margin. When the `C` argument is small, then the margins
will be wide and many support vectors will be on the margin or will
violate the margin. When the `C` argument is large, then the
margins will be narrow and there will be few support vectors on the