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
ae9bc2a0
Commit
ae9bc2a0
authored
13 years ago
by
Gilles Louppe
Browse files
Options
Downloads
Patches
Plain Diff
Added references to samples_generator.make_* functions in the documentation.
parent
68088f71
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/datasets/index.rst
+24
-3
24 additions, 3 deletions
doc/datasets/index.rst
doc/modules/classes.rst
+1
-1
1 addition, 1 deletion
doc/modules/classes.rst
with
25 additions
and
4 deletions
doc/datasets/index.rst
+
24
−
3
View file @
ae9bc2a0
...
...
@@ -27,8 +27,8 @@ used by the machine learning community to benchmark algorithm on data
that comes from the 'real world'.
Datasets shipped with
the
scikit
learn
========================================
Datasets shipped with scikit
-learn and samples generators
========================================
=================
scikit-learn comes with a few small standard datasets that do not
require to download any file from some external website.
...
...
@@ -44,9 +44,30 @@ require to download any file from some external website.
load_linnerud
These datasets are useful to quickly illustrate the behavior of the
various algorithms implemented in the scikit. They are however often to
various algorithms implemented in the scikit. They are however often to
o
small to be representative of real world machine learning tasks.
In addition, scikit-learn includes various random samples generators that
can be used to build artifical datasets of controled size and complexity.
.. autosummary::
:toctree: generated/
:template: function.rst
make_classification
make_regression
make_blobs
make_friedman1
make_friedman2
make_friedman3
make_low_rank_matrix
make_sparse_coded_signal
make_sparse_uncorrelated
make_spd_matrix
make_swiss_roll
make_s_curve
Datasets in svmlight / libsvm format
====================================
...
...
This diff is collapsed.
Click to expand it.
doc/modules/classes.rst
+
1
−
1
View file @
ae9bc2a0
...
...
@@ -592,7 +592,7 @@ Loaders
Samples generator
-----------------
.. automodule:: scikits.learn.datasets
.samples_generator
.. automodule:: scikits.learn.datasets
:no-members:
:no-inherited-members:
...
...
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