Hi,

I've just finished looking at:

http://emergent.brynmawr.edu/emergent/ Conx_20Implementation_20Details#preview

where I was hoping to find insight into how to use k-fold cross validation. I did find:

This class uses the simpliest form of cross validation, called the holdout method. This method divides the data into two sets: the training data, and the testing data. There are other more complex cross validation methods, including k-fold and leave-one-out.

But after searching thru conx for "cross" I found nothing that appeared related to k-fold usage. In case this is useful to you, I did find a comment that seems truncated (the last sentence appears to be a fragment that makes no sense and should be removed).

   def setSweepReportRate(self, value):
        """
        Sets self.sweepReportRate to value.  sweep() will report
        when epoch % sweepReportRate == 0.  there is a cross
        validation data set.
        """

Advice on where to find info for using k-fold w/conx graciously appreciated.

Thx,

--b

_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to