-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docstring update and message of not two classes are used
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,16 @@ | |
|
||
__author__ = 'Erdogan Tasksen' | ||
__email__ = '[email protected]' | ||
__version__ = '0.1.4' | ||
__version__ = '0.1.5' | ||
|
||
# module level doc-string | ||
__doc__ = """ | ||
classeval | ||
===================================================================== | ||
============================= | ||
Description | ||
----------- | ||
classeval is a python package that contains functionalities and plots for fast and easy classifier evaluation. | ||
classeval is a python package for fast and easy classifier evaluation. | ||
Example | ||
|
@@ -48,7 +48,7 @@ | |
References | ||
---------- | ||
* https://erdogant.github.io/classeval/ | ||
* https://erdogant.github.io/classeval | ||
* https://github.com/erdogant/classeval | ||
* https://scikit-learn.org/stable/modules/model_evaluation.html#scoring-parameter | ||
* http://arogozhnikov.github.io/2015/10/05/roc-curve.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters