Skip to content

Commit eb81411

Browse files
committed
adding disclaimer
1 parent e8d6090 commit eb81411

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ make_blobs | Generate isotropic Gaussian blobs for clustering.
3131
make_moons | Make two interleaving half circles | [link](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html)
3232
make_s_curve | Generate an S curve dataset. | [link](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html)
3333

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+
3438
[travis-img]: https://travis-ci.com/ATISLabs/SyntheticDatasets.jl.svg?branch=master
3539
[travis-url]: https://travis-ci.com/ATISLabs/SyntheticDatasets.jl
3640

0 commit comments

Comments
 (0)