File tree Expand file tree Collapse file tree 6 files changed +18
-1325
lines changed
Expand file tree Collapse file tree 6 files changed +18
-1325
lines changed Original file line number Diff line number Diff line change 1- [ // ] : # (  ; )
1+ <p align =" center " >
2+ <img height =" 115px " src =" images/logo.png " alt =" frouros_logo " >
3+ </p >
4+
5+ ---
26
37<p align =" center " >
48 <!-- CI -->
@@ -47,6 +51,8 @@ Frouros is a Python library for drift detection in machine learning systems that
4751 </p>
4852</div >
4953
54+ ----
55+
5056## ⚡️ Quickstart
5157
5258### Concept drift
@@ -183,7 +189,7 @@ pip install frouros
183189
184190The currently implemented detectors are listed in the following diagram.
185191
186- ![ Detectors diagram] ( images/detectors.png )
192+ ![ Detectors diagram] ( / images/detectors.png)
187193
188194## 👍 Contributing
189195
Original file line number Diff line number Diff line change 7474#
7575html_theme = "sphinx_book_theme"
7676html_title = "Frouros"
77+ html_logo = "../../images/logo.png"
7778
7879# Theme options
7980
8283 "use_repository_button" : True ,
8384 "use_issues_button" : True ,
8485 "show_prev_next" : False ,
86+ "logo" : {
87+ "alt_text" : "frouros_logo" ,
88+ },
8589}
8690
8791# Add any paths that contain custom static files (such as style sheets) here,
You can’t perform that action at this time.
0 commit comments