File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ make_blobs | Generate isotropic Gaussian blobs for clustering.
31
31
make_moons | Make two interleaving half circles | [ link] ( https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html )
32
32
make_s_curve | Generate an S curve dataset. | [ link] ( https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html )
33
33
34
+ ** Disclaimer** : SyntheticDatasets.jl borrows code and documentation from
35
+ [ scikit-learn] ( https://scikit-learn.org/stable/modules/classes.html#samples-generator ) in the dataset module, but * it is not an official part
36
+ of that project* . It is licensed under [ BSD-3] ( LICENSE ) .
37
+
34
38
[ travis-img ] : https://travis-ci.com/ATISLabs/SyntheticDatasets.jl.svg?branch=master
35
39
[ travis-url ] : https://travis-ci.com/ATISLabs/SyntheticDatasets.jl
36
40
You can’t perform that action at this time.
0 commit comments