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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ The full list of configuration parameters is available at the [documentation](ht
162
162
|`pipeline.data_inspection.inspector.models`| List of models to use for data inspection (e.g., anomaly detection). | Array of model definitions (e.g., `{"model": "ZScoreDetector", "module": "streamad.model", "model_args": {"is_global": false}}`)|
163
163
|`pipeline.data_inspection.inspector.anomaly_threshold`| Threshold for classifying an observation as an anomaly. |`0.01`|
164
164
|`pipeline.data_analysis.detector.model`| Model to use for data analysis (e.g., DGA detection). |`rf` (Random Forest) option: `XGBoost`|
165
-
|`pipeline.data_analysis.detector.checksum`| Checksum for the model file to ensure integrity. |`ba1f718179191348fe2abd51644d76191d42a5d967c6844feb3371b6f798bf06`|
165
+
|`pipeline.data_analysis.detector.checksum`| Checksum for the model file to ensure integrity. |`021af76b2385ddbc76f6e3ad10feb0bb081f9cf05cff2e52333e31040bbf36cc`|
166
166
|`pipeline.data_analysis.detector.base_url`| Base URL for downloading the model if not present locally. |`https://heibox.uni-heidelberg.de/d/0d5cbcbe16cd46a58021/`|
167
167
168
168
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments