def moons(): random_state = 0 X, gt = sk_datasets.make_moons(n_samples=200, noise=.05, shuffle=False, random_state=random_state) return X, gt