artificial-dataset ================== Artificial dataset generation from Gaussian noise, linear, polynomial, and sinusoidal components. The package provides two high-level generators — :func:`~artificial_dataset.make_classification` and :func:`~artificial_dataset.make_anomaly_dataset` — that return :class:`torch.Tensor` objects ready for use in PyTorch training loops. .. toctree:: :maxdepth: 2 :caption: Contents: installation usage development api/modules