-
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.
Implemented tests for clusterization
- Loading branch information
Pablo Rodríguez Flores
committed
Jun 13, 2024
1 parent
4f50f4f
commit 4f8699e
Showing
10 changed files
with
410 additions
and
40 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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[OutliersServerProduction] | ||
outliers_binding_address=0.0.0.0 | ||
outliers_server_port=39091 | ||
outliers_server_workers=4 | ||
outliers_server_threads=20 | ||
|
||
[OutliersServerTesting] | ||
outliers_binding_address=0.0.0.0 | ||
outliers_server_port=39091 | ||
|
||
[Outliers] | ||
metric=bytes | ||
epochs=100 | ||
batch_size=32 | ||
backup_path=resources/src/ai/backups/ | ||
|
||
[ShallowOutliers] | ||
sensitivity=0.95 | ||
contamination=0.01 | ||
|
||
[Druid] | ||
druid_endpoint=http://x.x.x.x:8080/druid/v2/ | ||
|
||
[Logger] | ||
log_file=./outliers.log | ||
|
||
[Rails] | ||
endpoint=https://x.x.x.x | ||
auth_token=my_token | ||
|
||
[AWS] | ||
s3_hostname=http://localhost:9000 | ||
s3_public_key=minioadmin | ||
s3_private_key=minioadmin | ||
s3_region=es | ||
s3_bucket=testbucket | ||
|
||
[ZooKeeper] | ||
zk_sleep_time=1 | ||
zk_tick_time=0.5 | ||
zk_hosts=localhost:2181 | ||
zk_sync_path=/rb-aioutliers | ||
zk_name=test |
Oops, something went wrong.