Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloud-infrastructure
data-analytics
Commits
18e5c2ca
Commit
18e5c2ca
authored
Apr 30, 2021
by
Domenico Giordano
Browse files
introduce analysis step
parent
01ff522d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/adcern/integration/test_adcern_cmd.sh
View file @
18e5c2ca
...
...
@@ -79,3 +79,17 @@ echo -e "\ntest data_mining transform_data inference\n"
echo
-e
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
\n
"
data_mining transform_data
--resource_file
/work/tests/adcern/integration/adcern_cfg_test.json
||
fail
'test data_mining transform_data'
echo
-e
"
\n
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo
-e
"
\n
test data_mining analysis
\n
"
echo
-e
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
\n
"
data_mining analysis
--alias_name
IForest_CI_TEST
\
--class_name
IForest
\
--module_name
pyod.models.iforest
\
--analysis_path
/work/tests/adcern/integration/adcern_cfg_experiment.yaml
\
--train_path
/work/tests/adcern/integration/adcern_cfg_train.json
\
--test_path
/work/tests/adcern/integration/adcern_cfg_inference.json
\
--subsample_for_train
1000
\
--train_on_test
False
\
--hyperparameters
"{'n_estimators': 100}"
||
fail
'test data_mining analysis'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment