File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
docs/source/api_reference Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,21 @@ The {mod}`frouros.detectors` module contains drift detection algorithms.
2222``` {currentmodule} frouros.detectors.concept_drift
2323```
2424
25- ### CUSUM Test
25+ ### Streaming
26+
27+ ``` {eval-rst}
28+ .. automodule:: frouros.detectors.concept_drift.streaming
29+ :no-members:
30+ :no-inherited-members:
31+ ```
32+
33+ ``` {currentmodule} frouros.detectors.concept_drift.streaming
34+ ```
35+
36+ #### CUSUM Test
2637
2738``` {eval-rst}
28- .. automodule:: frouros.detectors.concept_drift.cusum_based
39+ .. automodule:: frouros.detectors.concept_drift.streaming. cusum_based
2940 :no-members:
3041 :no-inherited-members:
3142```
@@ -43,10 +54,10 @@ The {mod}`frouros.detectors` module contains drift detection algorithms.
4354 PageHinkleyConfig
4455```
4556
46- ### DDM Based
57+ #### DDM Based
4758
4859``` {eval-rst}
49- .. automodule:: frouros.detectors.concept_drift.ddm_based
60+ .. automodule:: frouros.detectors.concept_drift.streaming. ddm_based
5061 :no-members:
5162 :no-inherited-members:
5263```
@@ -72,10 +83,10 @@ The {mod}`frouros.detectors` module contains drift detection algorithms.
7283 STEPDConfig
7384```
7485
75- ### Window Based
86+ #### Window Based
7687
7788``` {eval-rst}
78- .. automodule:: frouros.detectors.concept_drift.window_based
89+ .. automodule:: frouros.detectors.concept_drift.streaming. window_based
7990 :no-members:
8091 :no-inherited-members:
8192```
You can’t perform that action at this time.
0 commit comments