From 3db4c67556f94f0bf9305d10cde4ac8f9c73be5a Mon Sep 17 00:00:00 2001 From: Gael varoquaux <gael.varoquaux@normalesup.org> Date: Fri, 11 Nov 2011 17:04:56 +0100 Subject: [PATCH] MISC: scikits.learn -> sklearn --- examples/tree/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tree/README.txt b/examples/tree/README.txt index 43841c2684..64a9321c9b 100644 --- a/examples/tree/README.txt +++ b/examples/tree/README.txt @@ -3,5 +3,5 @@ Decision Trees -------------- -Examples concerning the `scikits.learn.tree` package. +Examples concerning the `sklearn.tree` package. -- GitLab