You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
3
3
Better insights into Machine Learning models performance.
4
4
5
-
Modelsight is a collection of functions that create publication-ready graphics for the visual evaluation of your binary classifiers.
5
+
Modelsight is a collection of functions that create publication-ready graphics for the visual evaluation of binary classifiers adhering to the scikit-learn interface.
6
6
7
-
It is strongly oriented towards the evaluation of already fitted `ExplainableBoostingClassifier` of the [interpretml](https://github.com/interpretml/interpret) package.
7
+
Modelsight is strongly oriented towards the evaluation of already fitted `ExplainableBoostingClassifier` of the [interpretml](https://github.com/interpretml/interpret) package.
8
8
9
9
## Installation
10
10
```console
11
11
$ pip install modelsight
12
12
```
13
13
14
14
## Usage
15
-
16
15
See the [example](/docs/example.ipynb) notebook.
17
16
18
17
## Contributing
@@ -23,6 +22,13 @@ Interested in contributing? Check out the contributing guidelines. Please note t
23
22
24
23
`modelsight` was created by Francesco Pisu. It is licensed under the terms of the GNU General Public License v3.0 license.
`modelsight` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter`[template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
0 commit comments