tag:blogger.com,1999:blog-8349040179867113522.comments2016-07-04T14:57:24.977-04:00Steve's Machine Learning BlogUnknownnoreply@blogger.comBlogger7125tag:blogger.com,1999:blog-8349040179867113522.post-41377634403376734372016-07-04T14:57:24.977-04:002016-07-04T14:57:24.977-04:00Hi. Assuming you are running on Linux,
I would s...Hi. Assuming you are running on Linux, <br />I would start at the command line and make sure your vw command executes correctly.<br /><br />Next, in IPython and try doing the subprocess call without the environment modification and without the vw command, try a simple bash command. <br /><br />import subprocess<br />simpleCommand = ("ls -l").split(' ')<br />subprocess.call(simpleCommand)<br /><br />Also, if you have not recompiled the vw tool, you can remove the environmentDict from the subprocess call entirely.<br /><br /><br />Good Luck !<br /><br />Stevehttps://www.blogger.com/profile/13301871512241149760noreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-42206543947017012812016-06-30T19:04:00.394-04:002016-06-30T19:04:00.394-04:00When I use subprocess.call() to run vw commands I ...When I use subprocess.call() to run vw commands I get "OSError: [Errno 12] Cannot allocate memory". I wonder what I could be doing different.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-87615952417506582292016-06-24T09:52:32.460-04:002016-06-24T09:52:32.460-04:00This comment has been removed by the author.Elmerhttps://www.blogger.com/profile/04796454833090219439noreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-79206283964122628982016-05-30T20:00:49.988-04:002016-05-30T20:00:49.988-04:00Good One !
Not sure I am ready for blackmail tho...Good One ! <br /><br />Not sure I am ready for blackmail though...Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-48694730417450739942016-05-30T19:54:14.231-04:002016-05-30T19:54:14.231-04:00I once had a suspicion that it was the case. The ...I once had a suspicion that it was the case. The job posting asked to solve a problem and submit the solution, prior to getting the interview. What I did instead was built a webpage which allowed to submit arbitrary data and test my solution. As an added bonus I got a notification whenever anyone accessed the page.<br /><br />The ad was legit. When I arrived for the interview the first question was "When can you start?"<br /><br />Best job I've ever had.<br /><br />Maybe you should send the company an invoice for one day of consulting services and hint that otherwise you'll publish their name.<br /><br />JerzyT<br />Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-64575498070363310242016-05-26T17:58:13.970-04:002016-05-26T17:58:13.970-04:00This comment has been removed by the author.Nathan Gilliatthttps://www.blogger.com/profile/07668965225504056216noreply@blogger.comtag:blogger.com,1999:blog-8349040179867113522.post-40366557470881069862014-01-26T22:24:51.374-05:002014-01-26T22:24:51.374-05:00Sounds very cool. It would be nice to see more det...Sounds very cool. It would be nice to see more details on the techniques used.Uri Schonfeldhttp://shuri.orgnoreply@blogger.com