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
e2685b6b
Commit
e2685b6b
authored
13 years ago
by
Jake VanderPlas
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add warning that utils should only be used internally
parent
377cc1ee
No related branches found
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/developers/index.rst
+1
-1
1 addition, 1 deletion
doc/developers/index.rst
doc/developers/utilities.rst
+6
-4
6 additions, 4 deletions
doc/developers/utilities.rst
with
7 additions
and
5 deletions
doc/developers/index.rst
+
1
−
1
View file @
e2685b6b
...
...
@@ -71,7 +71,7 @@ repository on
2. Fork the `project repository
<http://github.com/scikit-learn/scikit-learn>`__: click on the 'Fork'
button, at the top, center of the page. This creates a copy of
the code on the
g
it
h
ub server where you can work.
the code on the
G
it
H
ub server where you can work.
3. Clone this copy to your local disk (you need the `git` program to do
this)::
...
...
This diff is collapsed.
Click to expand it.
doc/developers/utilities.rst
+
6
−
4
View file @
e2685b6b
...
...
@@ -8,8 +8,10 @@ Scikit-learn contains a number of utilities to help with development. These are
located in :mod:`sklearn.utils`, and include tools in a number of categories.
All the following functions and classes are in the module :mod:`sklearn.utils`.
Please note that these utilities are meant to be used internally within
scikit-learn. They are not guaranteed to be stable between versions of
.. warning ::
These utilities are meant to be used internally within the scikit-learn
package. They are not guaranteed to be stable between versions of
scikit-learn. Backports, in particular, will be removed as the scikit-learn
dependencies evolve.
...
...
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