cgsavard / scikit-learn

scikit-learn: machine learning in Python
https://scikit-learn.org
Other
0 stars 0 forks source link

add examples to docs #1

Open cgsavard opened 5 years ago

cgsavard commented 5 years ago

I will add a few examples to class docs that are currently missing them. I will start with the class IsolationForest.

This is in reference to the issue on the sklearn master repo at https://github.com/scikit-learn/scikit-learn/issues/3846

cgsavard commented 5 years ago

It seems that IsolationForest has an example already, so I will instead start with cluster/_optics.py

cgsavard commented 5 years ago

Created pull request for OPTICS class found here https://github.com/scikit-learn/scikit-learn/pull/15402

cgsavard commented 5 years ago

The pull request has been merged. I could not find many other classes that needed examples so I will open another issue where I work on the documentation of default values for the classes.