1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
# PyCM Document
----------
----------
## Document
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Document.ipynb)
- [HTML](http://www.pycm.io/doc/)
## Distance
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Distance.ipynb)
- [HTML](http://www.pycm.io/doc/Distance.html)
## Example-1 (Comparison of three different classifiers)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example1.ipynb)
- [HTML](http://www.pycm.io/doc/Example1.html)
## Example-2 (How to plot via matplotlib)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example2.ipynb)
- [HTML](http://www.pycm.io/doc/Example2.html)
## Example-3 (Activation threshold)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example3.ipynb)
- [HTML](http://www.pycm.io/doc/Example3.html)
## Example-4 (File)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example4.ipynb)
- [HTML](http://www.pycm.io/doc/Example4.html)
## Example-5 (Sample weights)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example5.ipynb)
- [HTML](http://www.pycm.io/doc/Example5.html)
## Example-6 (Unbalanced data)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example6.ipynb)
- [HTML](http://www.pycm.io/doc/Example6.html)
## Example-7 (How to plot via seaborn+pandas)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example7.ipynb)
- [HTML](http://www.pycm.io/doc/Example7.html)
## Example-8 (Confidence interval)
- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example8.ipynb)
- [HTML](http://www.pycm.io/doc/Example8.html)
## Try PyCM in your browser interactively!
PyCM can be used online in interactive Jupyter Notebooks via the Binder or Colab services! Try it out now! :
[](https://mybinder.org/v2/gh/sepandhaghighi/pycm/master)
[](https://colab.research.google.com/github/sepandhaghighi/pycm/blob/master)
* Check `Examples` in `Document` folder
|