We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b906d53 commit b6eedccCopy full SHA for b6eedcc
doc/tutorial/statistical_inference/index.rst
@@ -26,18 +26,6 @@ A tutorial on statistical-learning for scientific data processing
26
27
.. include:: ../../includes/big_toc_css.rst
28
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
41
.. toctree::
42
:maxdepth: 2
43
@@ -47,4 +35,3 @@ A tutorial on statistical-learning for scientific data processing
47
unsupervised_learning
48
putting_together
49
finding_help
50
0 commit comments