now_2023.data_generation.generate_toy_dataset

now_2023.data_generation.generate_toy_dataset(n_samples: int, output_filename: str) None[source]

Generate a toy dataset for classification.

Parameters:
  • n_samples (int) – The number of samples that the generated dataset should have.

  • output_filename (str) – The path to the file in which the dataset should be written.