Hi Issam,

Try `make cython inplace` in a terminal, in the directory of your git clone.

- Joel


On Sun, Jun 23, 2013 at 10:54 AM, Issam <issamo...@gmail.com> wrote:

> Hi scikit team,
>
> I'm trying to make larsmans MLP code work in my machine, its the pull
> request found here,
> https://github.com/scikit-learn/scikit-learn/pull/1395/files
>
> It's great that he used cython for the backpropagation step, the speed
> is expected to be folds faster than if numpy was used.
> However, when I import mlperceptron.py, I get,
>
> "ImportError: No module named backprop_sgd"
>
> Since backprop_sgd is a .pyx file, it might need to be installed first,
> but I'm not sure how to do so.
>
> Your help would be highly appreciated.
>
> Thanks!
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to