-
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.
Merge pull request #21 from aodn/update-predict-endpoint
update predict endpoint
- Loading branch information
Showing
27 changed files
with
468 additions
and
535 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 |
---|---|---|
|
@@ -79,7 +79,9 @@ cython_debug/ | |
input/ | ||
saved/ | ||
backup/ | ||
esManager.config | ||
esManager.ini | ||
|
||
.idea | ||
node_modules/ | ||
|
||
**/output |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
API_PREFIX = "/api/v1/ml" | ||
API_KEY_NAME = "X-API-Key" | ||
AVAILABLE_MODELS = ["default", "a", "b"] # just sample, use lowercase only | ||
AVAILABLE_MODELS = ["development", "staging", "production", "experimental", "benchmark"] | ||
KEYWORD_CONFIG = "keyword_classification_parameters.ini" | ||
ELASTICSEARCH_CONFIG = "esManager.ini" | ||
KEYWORD_SAMPLE_FILE = "keyword_sample.pkl" | ||
KEYWORD_LABEL_FILE = "keyword_label.pkl" |
This file was deleted.
Oops, something went wrong.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.