Commit ea56e0e7 authored by Franklin Lee's avatar Franklin Lee
Browse files

Minor update to documentation.

parent 414e32cc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -108,7 +108,9 @@ class TestDatasetAPI(TestAPI):
    return loader.featurize(input_file, self.data_dir)

  def load_gaussian_cdf_data(self):
    """Load example with numerical features sampled from Gaussian normal distribution."""
    """Load example with numbers sampled from Gaussian normal distribution.
       Each feature and task is a column of values that is sampled
       from a normal distribution of mean 0, stdev 1."""
    if os.path.exists(self.data_dir):
      shutil.rmtree(self.data_dir)
    features = ["feat0","feat1"]