mlx_graphs.transforms.BaseTransform# class mlx_graphs.transforms.BaseTransform[source]# Bases: ABC An abstract class for creating transformations Transforms are a way to modify and customize GraphData by implicitly passing them as arguments in mlx_graphs.dataset.Dataset Methods process(data) rtype: Any