Machine Learning/kdd sample: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 May 2010

12 May 2010

  • curprev 22:0922:09, 12 May 2010ThomasLotze talk contribs 3,485 bytes +3,485 Created page with '<pre> # get a random subsample of students from the training set use strict; use warnings; use Getopt::Long; use File::Basename; my $numItems=1000; my $method="random"; my $ty…'