<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>milk users Google Group</title>
  <link>http://groups.google.com/group/milk-users</link>
  <description>This is a group for users of milk, the python Machine Learning toolkit described at: http://packages.python.org/milk/</description>
  <language>en</language>
  <item>
  <title>Re: Saving a copy of the model</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/98f0f752b2e7688a/b5056dd93a498357?show_docid=b5056dd93a498357</link>
  <description>
  You should be able to pickle it. &lt;br&gt; &lt;p&gt;HTH &lt;br&gt; -- &lt;br&gt; Luis Pedro Coelho | EMBL | &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://luispedro.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/98f0f752b2e7688a/b5056dd93a498357?show_docid=b5056dd93a498357</guid>
  <author>
  l...@luispedro.org
  (Luis Pedro Coelho)
  </author>
  <pubDate>Sun, 05 May 2013 07:20:34 UT
</pubDate>
  </item>
  <item>
  <title>Saving a copy of the model</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/98f0f752b2e7688a/2c724beec649afdb?show_docid=2c724beec649afdb</link>
  <description>
  Is there a way to keep a copy of a learned model and only apply it (as the &lt;br&gt; learning takes some time)? &lt;br&gt; Alternatively, is there a way to save the parameters of a model and &lt;br&gt; (quickly) create another model using those parameters? &lt;br&gt; Thank you, &lt;br&gt; Joy
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/98f0f752b2e7688a/2c724beec649afdb?show_docid=2c724beec649afdb</guid>
  <author>
  jump4...@gmail.com
  (Joy M)
  </author>
  <pubDate>Sun, 05 May 2013 02:45:14 UT
</pubDate>
  </item>
  <item>
  <title>Milk Unsupervised KMeans Clustering tuning</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/5c6cbee26be66500/955e897dfb917b06?show_docid=955e897dfb917b06</link>
  <description>
  Dear Sir, &lt;br&gt; I have applied the subject algorithm with Mahalanobis distance for a Kaggle &lt;br&gt; challenge that typically requires applying unsupervised methods. &lt;br&gt; I have used max iteration up to 1000 to start with. &lt;br&gt; Are there any specific parameters that could yield a better performance ? &lt;br&gt; for instance consideration on the max iteration based on the size of data?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/5c6cbee26be66500/955e897dfb917b06?show_docid=955e897dfb917b06</guid>
  <author>
  nagarajansan...@gmail.com
  (Sankar)
  </author>
  <pubDate>Tue, 23 Apr 2013 19:30:27 UT
</pubDate>
  </item>
  <item>
  <title>ANN: Milk 0.5.2</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/c196855015ee4d9d/123a0922bc83b64f?show_docid=123a0922bc83b64f</link>
  <description>
  Hello everyone, &lt;br&gt; &lt;p&gt;I have now regained access to my PyPI account and released milk 0.5.2 there. &lt;br&gt; &lt;p&gt;This is purely a bug fix release for the way that eigen was packaged. It should solve many compilation problems, though. &lt;br&gt; &lt;p&gt;LINKS &lt;br&gt; ~~~~~~ &lt;br&gt; &lt;p&gt;Documentation: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.python.org/milk/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Mailing List: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/milk-users&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/c196855015ee4d9d/123a0922bc83b64f?show_docid=123a0922bc83b64f</guid>
  <author>
  l...@luispedro.org
  (Luis Pedro Coelho)
  </author>
  <pubDate>Wed, 10 Apr 2013 11:34:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Milk Installation issue on Ubuntu 11.10 and 12.04</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/4f0c85517de99f94?show_docid=4f0c85517de99f94</link>
  <description>
  Thank you. Resolved. &lt;br&gt; Sankar
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/4f0c85517de99f94?show_docid=4f0c85517de99f94</guid>
  <author>
  nagarajansan...@gmail.com
  (Sankar)
  </author>
  <pubDate>Fri, 22 Mar 2013 14:47:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Milk Installation issue on Ubuntu 11.10 and 12.04</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/9248ae1507704d91?show_docid=9248ae1507704d91</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;On Ubuntu, you should run &lt;br&gt; &lt;p&gt;sudo apt-get install python-numpy python-scipy libeigen3-dev &lt;br&gt; &lt;p&gt;to get all dependencies. &lt;br&gt; &lt;p&gt;HTH &lt;br&gt; -- &lt;br&gt; Luis Pedro Coelho &lt;br&gt; &lt;p&gt;LxMLS 2013: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lxmls.it.pt/2013/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/9248ae1507704d91?show_docid=9248ae1507704d91</guid>
  <author>
  l...@luispedro.org
  (Luis Pedro Coelho)
  </author>
  <pubDate>Fri, 22 Mar 2013 10:43:18 UT
</pubDate>
  </item>
  <item>
  <title>Milk Installation issue on Ubuntu 11.10 and 12.04</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/d3c8198a6d9fd5b9?show_docid=d3c8198a6d9fd5b9</link>
  <description>
  Sir, &lt;br&gt; I have [compile] problems when installing Milk on a Ubuntu 11.10 and then &lt;br&gt; on a 12.04 server &lt;br&gt; Here is the output I get while installing (I tried both using pip and then &lt;br&gt; downloading the milk archive and using setup.py) &lt;br&gt; Appreciate your inputs &lt;br&gt; Thanks &lt;br&gt; Sankar &lt;br&gt; ...... &lt;br&gt; building extension &amp;quot;milk.supervised._svm&amp;quot; sources
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/003feef34fe74f2d/d3c8198a6d9fd5b9?show_docid=d3c8198a6d9fd5b9</guid>
  <author>
  nagarajansan...@gmail.com
  (Sankar)
  </author>
  <pubDate>Fri, 22 Mar 2013 07:31:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Milk -Random Forest - Applying test data to predict</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/5223b99abca7614f/b0b8d668955889f2?show_docid=b0b8d668955889f2</link>
  <description>
  Hi Sankar, &lt;br&gt; &lt;p&gt;learner = … &lt;br&gt; model = learner.train(training_feature s, labels) &lt;br&gt; predictions = learner.apply_many(testing_fea tures) &lt;br&gt; &lt;p&gt;works with any milk learner. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Luis Pedro Coelho &lt;br&gt; &lt;p&gt;LxMLS 2013: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lxmls.it.pt/2013/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/5223b99abca7614f/b0b8d668955889f2?show_docid=b0b8d668955889f2</guid>
  <author>
  l...@luispedro.org
  (Luis Pedro Coelho)
  </author>
  <pubDate>Thu, 21 Mar 2013 17:30:12 UT
</pubDate>
  </item>
  <item>
  <title>Milk -Random Forest - Applying test data to predict</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/5223b99abca7614f/15d504d3ae794971?show_docid=15d504d3ae794971</link>
  <description>
  Sir, &lt;br&gt; &#39; &lt;br&gt; Given a training data file and a test data (typically supplied in Kaggle &lt;br&gt; competitions), Would like to know how to pass the given &#39; test data&#39; to &lt;br&gt; predict after training a model on RF using Milk-RF . I believe &lt;br&gt; Cross-Validation APIs with the folding use part of the training data as &lt;br&gt; test data ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/5223b99abca7614f/15d504d3ae794971?show_docid=15d504d3ae794971</guid>
  <author>
  nagarajansan...@gmail.com
  (Reji)
  </author>
  <pubDate>Thu, 21 Mar 2013 17:27:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t compile on OS X Lion</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/c4422c16e24163aa?show_docid=c4422c16e24163aa</link>
  <description>
  I have fixed an important issue in the git version. &lt;br&gt; &lt;p&gt;Unfortunately, I lost my access to PyPI so I cannot upload it :( Once this gets sorted out, I will upload it immediately. &lt;br&gt; &lt;p&gt;In the meanwhile, you can try downloading from github: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/luispedro/milk/archive/release-0.5.2.tar.gz&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/c4422c16e24163aa?show_docid=c4422c16e24163aa</guid>
  <author>
  l...@luispedro.org
  (Luis Pedro Coelho)
  </author>
  <pubDate>Thu, 07 Mar 2013 18:21:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t compile on OS X Lion</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/335d05dcb3bccbe5?show_docid=335d05dcb3bccbe5</link>
  <description>
  In addition I have tried installing on ubuntu via Vagrant as a VM and I get &lt;br&gt; the following error: &lt;br&gt; error: Command &amp;quot;g++ -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 &lt;br&gt; -Wall -fPIC -I/usr/lib/python2.6/dist-pack ages/numpy/core/include &lt;br&gt; -I/usr/include/python2.6 -c milk/supervised/_perceptron.cp p -o
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/335d05dcb3bccbe5?show_docid=335d05dcb3bccbe5</guid>
  <author>
  i.mulv...@elifesciences.org
  (Ian Mulvany)
  </author>
  <pubDate>Wed, 06 Mar 2013 17:15:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t compile on OS X Lion</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/f0f286a9ab6193d0?show_docid=f0f286a9ab6193d0</link>
  <description>
  I&#39;ve just tried the suggestion of switching the compiler, and I&#39;ve tried &lt;br&gt; against the bare git repo, as well as the modified version of milk linked &lt;br&gt; to in this thread, and I had no success. The fatal error is: &lt;br&gt; ^ &lt;br&gt; 1 error generated. &lt;br&gt; milk/supervised/_lasso.cpp:10: 10: fatal error: &#39;eigen3/Eigen/Dense&#39; file
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/f0f286a9ab6193d0?show_docid=f0f286a9ab6193d0</guid>
  <author>
  i.mulv...@elifesciences.org
  (Ian Mulvany)
  </author>
  <pubDate>Wed, 06 Mar 2013 17:13:37 UT
</pubDate>
  </item>
  <item>
  <title>Lasso compile error</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/4b411f02494e7ace/35a8800267479b48?show_docid=35a8800267479b48</link>
  <description>
  There seems to be some error in the compile setup. &lt;br&gt; compile options: &lt;br&gt; &#39;-I/Library/Python/2.7/site-pa ckages/numpy-1.8.0.dev_9597b1f _20120920-py2.7-macosx-10.8-x8 6_64.egg/numpy/core/include &lt;br&gt; -I/System/Library/Frameworks/P ython.framework/Versions/2.7/i nclude/python2.7 &lt;br&gt; -c&#39; &lt;br&gt; extra options: &#39;-std=c++0x -stdlib=libc++&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/4b411f02494e7ace/35a8800267479b48?show_docid=35a8800267479b48</guid>
  <author>
  g.h.ba...@gmail.com
  (Gökhan Hasan BakIr)
  </author>
  <pubDate>Sun, 03 Mar 2013 09:29:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t compile on OS X Lion</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/1013fcdb73ab13f4?show_docid=1013fcdb73ab13f4</link>
  <description>
  I&#39;m having similar trouble as Eric. Lots of trouble building and installing &lt;br&gt; on OS X Lion, but I finally found a partial workaround. &lt;br&gt; When I try to compile milk out-of-the-box, I get this error: &lt;br&gt; unrecognized command line option &#39;-stdlib=libc++&#39; &lt;br&gt; This extra compiler argument doesn&#39;t seem to be supported by my version of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/1013fcdb73ab13f4?show_docid=1013fcdb73ab13f4</guid>
  <author>
  m...@michaelchughes.com
  (Mike Hughes)
  </author>
  <pubDate>Thu, 17 Jan 2013 06:42:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t compile on OS X Lion</title>
  <link>http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/ffd9993a04f45e67?show_docid=ffd9993a04f45e67</link>
  <description>
  My previous post were the results from running inside the milk build directory &lt;br&gt; &lt;p&gt;running after &#39;setup.py install&#39; things are much better &lt;br&gt; &lt;p&gt;eg imports don&#39;t fail &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/z5WiqhRU&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;In [1]: from milk import tests &lt;br&gt; &lt;p&gt;In [2]: tests.run() &lt;br&gt; &lt;p&gt;……. &lt;br&gt; &lt;p&gt;============================== ============================== ==========
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/milk-users/browse_thread/thread/409b4e9e568d7e6e/ffd9993a04f45e67?show_docid=ffd9993a04f45e67</guid>
  <author>
  n...@cape.com
  (Norman Vine)
  </author>
  <pubDate>Wed, 09 Jan 2013 02:27:07 UT
</pubDate>
  </item>
  </channel>
</rss>
