-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from redBorder/add_direct_data_execution
PR-56: Add direct data execution
- Loading branch information
Showing
14 changed files
with
896 additions
and
79 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,14 @@ Main package to install redborder AI outliers in Rocky Linux 9 | |
|
||
- Rocky Linux 9 | ||
|
||
## Running the example | ||
This code shows runs the outlier detection on a mock dataset. Its recomended to use pipenv or similar to avoid overwritting dependencies. | ||
```bash | ||
git clone [email protected]:redBorder/rb-aioutliers.git | ||
cd rb-aioutliers | ||
pip install -r resources/src/requirements.txt | ||
bash resources/src/example/run_example.sh | ||
``` | ||
## Installation | ||
|
||
1. yum install epel-release && rpm -ivh http://repo.redborder.com/redborder-repo-0.0.3-1.el7.rb.noarch.rpm | ||
|
@@ -212,4 +220,4 @@ query=base64_string | |
- Miguel Álvarez Adsuara <[email protected]> | ||
- Pablo Rodriguez Flores <[email protected]> | ||
|
||
LICENSE: GENERAL PUBLIC LICENSE, Version 2, June 1991 | ||
LICENSE: GENERAL PUBLIC LICENSE, Version 2, June 1991 |
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
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
Oops, something went wrong.