There are two ways to answer that:
1. Because it hasn't been added to sklearn/setup.py
2. Because you don't need to add it to setup.py to develop with it, if you
build in-place (use `make inplace` or `python setup.py build_ext -i`)


On Fri, Jul 12, 2013 at 12:09 AM, Dominic Steinitz <domi...@steinitz.org>wrote:

> Sorry about the spam. I replied to wrong message.
>
> Issam <issamou01@...> writes:
>
>
>
>    Hi Dominic,
>      Did you get the pull request of the MLP? It seems you have
>      installed scikit from the main repository, where MLP haven't been
>      pushed onto yet.
>      You can double check if MLP is there by going to the installation
>      directory 'site-packages' of python,  and see if the `neural
>      network` folder is present
>      A subset of the path is something like this
>      'sklearn\neural_network'
>      ~Issam
>
>
> Well I thought I had. Here's my source directory:
>
>  /Users/dom/Dropbox/Private/Machine Learning/scikit-learn/sklearn:
>  total used in directory 2896 available 101635244
>  drwxr-xr-x   4 dom  staff     136 Jul 11 14:22 neural_network
>  drwxr-xr-x  22 dom  staff     748 Jul 11 13:42 ..
>  drwxr-xr-x   8 dom  staff     272 Jul 11 13:41 __check_build
>  drwxr-xr-x  50 dom  staff    1700 Jul 11 13:10 .
>  -rw-r--r--   1 dom  staff    3352 Jul 11 13:10 __init__.pyc
>  -rw-r--r--   1 dom  staff    1107 Jul 11 13:10 _build_utils.pyc
>  drwxr-xr-x  17 dom  staff     578 Jul 11 13:10 cluster
>  drwxr-xr-x  23 dom  staff     782 Jul 11 13:10 datasets
>
>
> And here is the install directory which does *not* contain neural_network
> after running
>
> python setup.py install --user
>
>
>
>  /Users/dom/Library/Python/2.7/lib/python/site-packages/sklearn:
>  total used in directory 2672 available 101635197
>  drwx------   4 dom  staff     136 Jul 11 14:50 ..
>  drwxr-xr-x  62 dom  staff    2108 Jul 11 13:44 .
>  drwxr-xr-x   7 dom  staff     238 Jul 11 13:44 __check_build
>  drwxr-xr-x  23 dom  staff     782 Jul 11 13:44 cluster
>  drwxr-xr-x  33 dom  staff    1122 Jul 11 13:44 datasets
>
>
>
> I don't understand why neural_network is *not* being built and copied
> across.
>
>
> Dominic Steinitz
> domi...@steinitz.org
> http://idontgetoutmuch.wordpress.com
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to