Daniel Thaagaard Andreasen

Results 20 comments of Daniel Thaagaard Andreasen

Here is the reply I got: > Hi, > > The page is actually working but can be very slow if many users try to access it at the same...

It fails and give me an HTTP error due to the timeout, but I don't have the log on me anymore. I am able to do the download too at...

I have a similar problem (although I never saw the contact information). There are also other stuff from the json file which is not included in the build version, e.g....

Thanks, I managed the first part :) But with `pip` (installed with Anaconda), I didn't manage to install the dbus dependency and gave up... If someone manage to do this,...

I have the same error, and I just downloaded (`git clone ....`) less than 30min ago. The error I get is the `Error: Cannot find module 'pySetup/utils.js'`

Sure. ``` $ npm -V [email protected] /usr/local/lib/node_modules/npm ``` And the error message ``` $ node machineJS.js node_modules/data-for-tests/rossman/train.csv --predict node_modules/data-for-tests/rossman/test.csv module.js:338 throw err; ^ Error: Cannot find module 'pySetup/utils.js' at Function.Module._resolveFilename...

Okay, did a regular `git pull` followed by `npm install` (don't know if that is necessary). This time it went further, but here is the output of the run ```...

Okay, it is running now, and I'm pretty sure what the problem is. In your script for installing dependencies, scikit-learn is installed as super-user, but I have an anaconda environment...

Just to conclude, I let it run (it takes quite some time, so I did it over night - not sure how long time it actually took), and it finished....

@eanie how did you install scikit-learn? Some of the problems for me were solved when I cloned their repository (see above). You might have to use `sudo python setup.py install`...