Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Mining Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Desiree Wyrzykala
Data Mining Project
Commits
e804c468
Commit
e804c468
authored
1 month ago
by
DesireeWyrzylala
Browse files
Options
Downloads
Patches
Plain Diff
ranking docs
parent
c9bf84cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/evaluation/Ranking der Modelle im Vergleich zu den Autoren.md
+36
-0
36 additions, 0 deletions
...uation/Ranking der Modelle im Vergleich zu den Autoren.md
docs/evaluation/Vergleich der Ergebnisse.md
+1
-1
1 addition, 1 deletion
docs/evaluation/Vergleich der Ergebnisse.md
with
37 additions
and
1 deletion
docs/evaluation/Ranking der Modelle im Vergleich zu den Autoren.md
0 → 100644
+
36
−
0
View file @
e804c468
| Platz nach Autoren | Model | VUS-PR nach Autoren | AUC-PR | VUS-PR | Platz nach AUC-PR | Platz nach VUS-PR |
| ------------------ | ----------- | ------------------- | ------ | ------ | ----------------- | ----------------- |
| 1 | Sub-PCA | 0.42 | 0.407 | 0.444 | 2 | 4 |
| 2 | KShapeAD | 0.40 | | | | |
| 3 | POLY | 0.39 | 0.394 | 0.478 | 3 | 2 |
| 4 | KMeansAD | 0.37 | 0.444 | 0.489 | 1 | 1 |
| 5 | USAD | 0.36 | 0.352 | 0.375 | 7 | 7 |
| 6 | Sub-KNN | 0.35 | 0.292 | 0.384 | 10 | 5 |
| 7 | CNN | 0.34 | 0.366 | 0.367 | 5 | 8 |
| 8 | LSTMAD | 0.33 | 0.313 | 0.320 | 8 | 10 |
| 9 | IForest | 0.30 | 0.304 | 0.341 | 9 | 9 |
| 10 | OmniAnomaly | 0.29 | 0.354 | 0.377 | 6 | 6 |
| 11 | Sub-LOF | 0.25 | 0.374 | 0.473 | 4 | 3 |
| 12 | Sub-OCSVM | 0.23 | | | | |
| 13 | LOF | 0.17 | 0.156 | 0.185 | 13 | 13 |
# Verbesserungen der Modelle
| Model | AUC-PR lt. Paper | AUC-PR | + AUC-PR
\[
%
\]
| VUS-PR lt. Paper | VUS-PR | + VUS-PR
\[
%
\]
|
| ---------------- | ---------------- | ------ | --------------- | ---------------- | ------ | --------------- |
| Sub-PCA | 0.37 | 0.407 | 10 | 0.42 | 0.444 | 5.7 |
| KShapeAD | 0.35 | | | 0.40 | | |
| POLY | 0.31 | 0.394 | 27.1 | 0.39 | 0.478 | 22.6 |
| KMeansAD | 0.32 | 0.444 | 38.8 | 0.37 | 0.489 | 32.2 |
| USAD | 0.32 | 0.352 | 9.4 | 0.36 | 0.375 | 4.2 |
| Sub-KNN | 0.27 | 0.292 | 8.15 | 0.35 | 0.384 | 9.71 |
| CNN | 0.33 | 0.366 | 10.9 | 0.34 | 0.367 | 7.9 |
| LSTMAD | 0.31 | 0.313 | - | 0.33 | 0.320 | 3.0 |
| IForest | 0.29 | 0.304 | 4.8 | 0.30 | 0.341 | 13.7 |
| OmniAnomaly | 0.27 | 0.354 | 31.1 | 0.29 | 0.377 | 30 |
| Sub-LOF | 0.16 | 0.374 | 133.8 | 0.25 | 0.473 | 89.2 |
| Sub-OCSVM | | | | 0.23 | | |
| LOF | 0.14 | 0.156 | 11.4 | 0.17 | 0.185 | 8.8 |
|
**Durchschnitt**
| | | $
\a
pprox$ 25.95 | | | $
\a
pprox$ 20.64 |
This diff is collapsed.
Click to expand it.
docs/evaluation/Vergleich der Ergebnisse.md
+
1
−
1
View file @
e804c468
...
...
@@ -159,7 +159,7 @@
+
Precision: 0.340
+
Standard-F1: 0.451 (vgl. 0.37, +0.081, $
\a
pprox$ + 21.9 %)
+
Auc-Roc: 0.805 (vgl. 0.73, + 0.075, $
\a
pprox$ + 10.3 %)
+
Auc-PR: 0.394 (vgl. 0.31, + 0.084, $
\a
pprox$ + 27
,
1 %)
+
Auc-PR: 0.394 (vgl. 0.31, + 0.084, $
\a
pprox$ + 27
.
1 %)
+
Vus-PR: 0.478 (vgl. 0.39, + 0.088, $
\a
pprox$ + 22.6 %)
+
Durchschnitt Punktanomalien:
+
Recall: 0.088
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment