Skip to content

Commit

Permalink
Pycm.io (#437)
Browse files Browse the repository at this point in the history
* fix : website address changed

* fix : website address changed

* fix : website address changed

* doc : CHANGELOG updated

* doc : Document and examples updated

* fix : website address changed

* fix : minor edit in setup.py #437
  • Loading branch information
sepandhaghighi authored May 25, 2022
1 parent 5045b64 commit 84dcde7
Show file tree
Hide file tree
Showing 37 changed files with 1,197 additions and 1,195 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
info@pycm.ir.
info@pycm.io.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: https://www.pycm.ir/donate.html
custom: https://www.pycm.io/donate.html
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Website changed to [http://www.pycm.io](http://www.pycm.io)
## [3.5] - 2022-04-27
### Added
- Anaconda workflow
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
version: 3.3
date-released: 2021-10-27
repository-code: "https://github.com/sepandhaghighi/pycm"
url: "https://www.pycm.ir"
url: "https://www.pycm.io"
license: MIT
keywords:
- "confusion matrix"
Expand Down
28 changes: 14 additions & 14 deletions Document/Document.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0xf639b10>"
"<matplotlib.axes._subplots.AxesSubplot at 0x11162510>"
]
},
"execution_count": 46,
Expand Down Expand Up @@ -1852,7 +1852,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x42208d0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x4248e30>"
]
},
"execution_count": 47,
Expand Down Expand Up @@ -1884,7 +1884,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0xf7e5b90>"
"<matplotlib.axes._subplots.AxesSubplot at 0x12304b50>"
]
},
"execution_count": 48,
Expand Down Expand Up @@ -1916,7 +1916,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x1b92cd70>"
"<matplotlib.axes._subplots.AxesSubplot at 0x1be8d990>"
]
},
"execution_count": 49,
Expand Down Expand Up @@ -1948,7 +1948,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x1b9587f0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x1bed1f50>"
]
},
"execution_count": 50,
Expand Down Expand Up @@ -13469,42 +13469,42 @@
"### Example-1 (Comparison of three different classifiers)\t\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example1.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example1.html)\n",
"- [HTML](http://www.pycm.io/doc/Example1.html)\n",
"\n",
"### Example-2 (How to plot via matplotlib)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example2.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example2.html)\n",
"- [HTML](http://www.pycm.io/doc/Example2.html)\n",
"\n",
"### Example-3 (Activation threshold)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example3.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example3.html)\n",
"- [HTML](http://www.pycm.io/doc/Example3.html)\n",
"\n",
"### Example-4 (File)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example4.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example4.html)\n",
"- [HTML](http://www.pycm.io/doc/Example4.html)\n",
"\n",
"### Example-5 (Sample weights)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example5.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example5.html)\n",
"- [HTML](http://www.pycm.io/doc/Example5.html)\n",
"\n",
"### Example-6 (Unbalanced data)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example6.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example6.html)\n",
"- [HTML](http://www.pycm.io/doc/Example6.html)\n",
"\n",
"### Example-7 (How to plot via seaborn+pandas)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example7.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example7.html)\n",
"- [HTML](http://www.pycm.io/doc/Example7.html)\n",
"\n",
"### Example-8 (Confidence interval)\n",
"\n",
"- [Jupyter Notebook](https://nbviewer.jupyter.org/github/sepandhaghighi/pycm/blob/master/Document/Example8.ipynb)\n",
"- [HTML](http://www.pycm.ir/doc/Example8.html)"
"- [HTML](http://www.pycm.io/doc/Example8.html)"
]
},
{
Expand Down Expand Up @@ -13553,7 +13553,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Download <a href=\"http://www.pycm.ir/PYCM.bib\">PyCM.bib</a>"
"Download <a href=\"http://www.pycm.io/PYCM.bib\">PyCM.bib</a>"
]
},
{
Expand Down
Loading

0 comments on commit 84dcde7

Please sign in to comment.