Re: [Pythonmac-SIG] Crossfold Validation

2010-02-19 Thread Robert Kern
On 2010-02-19 18:29 PM, Aahz wrote: On Fri, Feb 19, 2010, Mark Livingstone wrote: I am looking for suggestions! I am doing some experimentation and want to know if there are any utilities available that will take a file as input, get the num folds and num times, and do the slice and dice file o

Re: [Pythonmac-SIG] Crossfold Validation

2010-02-19 Thread Aahz
On Fri, Feb 19, 2010, Mark Livingstone wrote: > > I am looking for suggestions! I am doing some experimentation and want > to know if there are any utilities available that will take a file as > input, get the num folds and num times, and do the slice and dice file > operation ready then for train

Re: [Pythonmac-SIG] py2app pytz error

2010-02-19 Thread Christopher Barker
robin...@cmrr.umn.edu wrote: I'm trying to create a mac .app on an ubuntu-based system. That really can't be done -- not without a LOT of work building tools to re-write paths in shared libraries, etc. You need to build a *.app on a Mac. Also, all the binary components of your app- python its

[Pythonmac-SIG] py2app pytz error

2010-02-19 Thread robinson
'lo, all. I've been digging around in the archives a bit, but haven't been able to find a solution to my problem. Any advice would be very much appreciated. I'm trying to create a mac .app on an ubuntu-based system. I've got the pytz module and am using py2app4.3, setuptools-0.6c11, and python 2.

[Pythonmac-SIG] Installing Cantera

2010-02-19 Thread Jason Norman
I have the same problem - did anyone have an answer? ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

[Pythonmac-SIG] Crossfold Validation

2010-02-19 Thread Mark Livingstone
Hi Guys, I am looking for suggestions! I am doing some experimentation and want to know if there are any utilities available that will take a file as input, get the num folds and num times, and do the slice and dice file operation ready then for training / testing? I imagine it wouldn't be diffic