Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
e50fad65
Commit
e50fad65
authored
12 years ago
by
Jaques Grobler
Committed by
Andreas Mueller
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docstring change
parent
254b1091
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/svm/plot_svm_scale_c.py
+1
-1
1 addition, 1 deletion
examples/svm/plot_svm_scale_c.py
with
1 addition
and
1 deletion
examples/svm/plot_svm_scale_c.py
+
1
−
1
View file @
e50fad65
...
@@ -64,7 +64,7 @@ corresponding cross-validation scores on the `y-axis`, for several different
...
@@ -64,7 +64,7 @@ corresponding cross-validation scores on the `y-axis`, for several different
fractions of a generated data-set.
fractions of a generated data-set.
In the `L1` penalty case, the results are best when scaling our `C` with
In the `L1` penalty case, the results are best when scaling our `C` with
the amount of samples, `n`, which can be seen in the
third plot of the
first figure.
the amount of samples, `n`, which can be seen in the first figure.
For the `L2` penalty case, the best result comes from the case where `C`
For the `L2` penalty case, the best result comes from the case where `C`
is not scaled.
is not scaled.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment