Skip to content

Commit b6eedcc

Browse files
ajschumacherlarsmans
authored andcommitted
DOC remove import scikits.learn from tutorial
I think this is mostly a distraction here; probably better for readers to take it out.
1 parent b906d53 commit b6eedcc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

doc/tutorial/statistical_inference/index.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ A tutorial on statistical-learning for scientific data processing
2626

2727
.. include:: ../../includes/big_toc_css.rst
2828

29-
.. warning::
30-
31-
In scikit-learn release 0.9, the import path has changed from
32-
`scikits.learn` to `sklearn`. To import with cross-version
33-
compatibility, use::
34-
35-
try:
36-
from sklearn import something
37-
except ImportError:
38-
from scikits.learn import something
39-
40-
4129
.. toctree::
4230
:maxdepth: 2
4331

@@ -47,4 +35,3 @@ A tutorial on statistical-learning for scientific data processing
4735
unsupervised_learning
4836
putting_together
4937
finding_help
50-

0 commit comments

Comments
 (0)