-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
5,670 additions
and
13,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Outlier Detection UI | ||
|
||
This is a simple UI for running different outlier detection algorithms on synthesized dataset. The backend of this UI is based on the `pyod` library and thus this UI can also be viewed as a simple demonstration interface of `pyod` (although unofficially developed). | ||
|
||
## Screenshots | ||
|
||
Just opened with a splash, | ||
|
||
![](docs/software-interface.jpg) | ||
|
||
Detection results displayed, | ||
|
||
![](docs/detection-results.png) | ||
|
||
## Usage | ||
|
||
1. Install dependencies in `requirements.txt`. | ||
2. run `app.py`. | ||
3. In the `PARAMETERS` panel, set the parameters. | ||
4. Press `RUN` to see the results. | ||
|
||
Fixing the `Random Seed` and switching the models allow you to compare the performances of different models on the same dataset. Changing the seed or the parameters of the dataset (e.g., `Ratio of Outliers`, `Feature Dims`) will cause a different dataset to be loaded. | ||
|
||
## TODO | ||
|
||
1. Add the `EXPORT` button to allow dataset & detection results & model export. | ||
2. ... | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes
Oops, something went wrong.