Skip to content

Commit a8e17b4

Browse files
committed
fix #222 #88 model persistence
1 parent 23ae4ff commit a8e17b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ PyOD takes a similar approach of sklearn regarding model persistence.
284284
See `model persistence <https://scikit-learn.org/stable/modules/model_persistence.html>`_ for clarification.
285285

286286
In short, we recommend to use joblib or pickle for saving and loading PyOD models.
287-
See `"examples/save_load_model_example.py" <https://github.com/yzhao062/pyod/blob/master/examples/save_load_model_example.py>`_ for an example
287+
See `"examples/save_load_model_example.py" <https://github.com/yzhao062/pyod/blob/master/examples/save_load_model_example.py>`_ for an example.
288288
In short, it is simple as below:
289289

290290
.. code-block:: python

docs/about.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About us
55
Core Development Team
66
---------------------
77

8-
Yue Zhao (Ph.D. Student @ Carnegie Mellon University; MSc in Computer Science from University of Toronto):
8+
Yue Zhao (Ph.D. Student @ Carnegie Mellon University):
99

1010
- Initialized the project in 2017
1111
- `Homepage <https://www.andrew.cmu.edu/user/yuezhao2/>`_
@@ -28,7 +28,7 @@ Yahya Almardeny (Software Systems & Machine Learning Engineer @ TSSG):
2828

2929
Antônio Pedro Camargo (University of Campinas)
3030

31-
- Joined in 2020 (Our Conda Maintainer)
31+
- Joined in 2020 (our Conda maintainer)
3232
- `GitHub (Antônio Pedro Camargo) <https://github.com/apcamargo>`_
3333

3434
Dr Andrij Vasylenko (Research Associate @ University of Liverpool)

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# -- Project information -----------------------------------------------------
2626

2727
project = 'pyod'
28-
copyright = '2019, Yue Zhao'
28+
copyright = '2020, Yue Zhao'
2929
author = 'Yue Zhao'
3030

3131
# The short X.Y version

docs/model_persistence.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyOD takes a similar approach of sklearn regarding model persistence.
55
See `model persistence <https://scikit-learn.org/stable/modules/model_persistence.html>`_ for clarification.
66

77
In short, we recommend to use joblib or pickle for saving and loading PyOD models.
8-
See `"examples/save_load_model_example.py" <https://github.com/yzhao062/pyod/blob/master/examples/save_load_model_example.py>`_ for an example
8+
See `"examples/save_load_model_example.py" <https://github.com/yzhao062/pyod/blob/master/examples/save_load_model_example.py>`_ for an example.
99
In short, it is simple as below:
1010

1111
.. code-block:: python

0 commit comments

Comments
 (0)