From 7f018d97610fc1ae54ed6d5d631d6daa8e54d3cf Mon Sep 17 00:00:00 2001 From: Anup Kumar Date: Fri, 17 May 2024 10:16:07 +0200 Subject: [PATCH 1/2] remove deprecated sections and fix tool version --- .../tutorials/classification_machinelearning/tutorial.md | 4 ++-- .../tutorials/regression_machinelearning/tutorial.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/topics/statistics/tutorials/classification_machinelearning/tutorial.md b/topics/statistics/tutorials/classification_machinelearning/tutorial.md index 17d5a87f556845..004e85dfe6a694 100755 --- a/topics/statistics/tutorials/classification_machinelearning/tutorial.md +++ b/topics/statistics/tutorials/classification_machinelearning/tutorial.md @@ -436,7 +436,7 @@ The visualization tool creates the following ROC plot: # Create data processing pipeline -At the last step, we will create a bagging classifier by using the **Pipeline builder** tool. Bagging or Bootstrap Aggregating is a widely used ensemble learning algorithm in machine learning. The bagging algorithm creates multiple models from randomly taken subsets of the training dataset and then aggregates learners to build overall stronger classifiers that combine the predictions to produce a final prediction. The **Pipeline builder** tool builds the classifier and returns a zipped file. This tool creates another file which is tabular and contains a list of all the different hyperparameters of the preprocessors and estimators. This tabular file will be used in the **Hyperparameter search** tool to populate the list of hyperparameters with their respective (default) values. +At the last step, we will create a bagging classifier by using the **Pipeline builder** tool. Bagging or Bootstrap Aggregating is a widely used ensemble learning algorithm in machine learning. The bagging algorithm creates multiple models from randomly taken subsets of the training dataset and then aggregates learners to build overall stronger classifiers that combine the predictions to produce a final prediction. The **Pipeline builder** tool builds the classifier and returns a `h5mlm` file. This tool creates another file which is tabular and contains a list of all the different hyperparameters of the preprocessors and estimators. This tabular file will be used in the **Hyperparameter search** tool to populate the list of hyperparameters with their respective (default) values. > Create pipeline > @@ -499,7 +499,7 @@ Using the **Hyperparameter search** tool, we found the best model, based on the > > 1. {% tool [Ensemble methods for classification and regression](toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0) %}: > - *"Select a Classification Task"*: `Load a model and predict` -> - {% icon param-files %} *"Models"*: `zipped` file (output of **Hyperparameter search** {% icon tool %}) +> - {% icon param-files %} *"Models"*: `h5mlm` file (output of **Hyperparameter search** {% icon tool %}) > - {% icon param-files %} *"Data (tabular)"*: `test_rows` tabular file > - *"Does the dataset contain header"*: `Yes` > diff --git a/topics/statistics/tutorials/regression_machinelearning/tutorial.md b/topics/statistics/tutorials/regression_machinelearning/tutorial.md index 05d5d78d32b912..d4346131ee07b7 100755 --- a/topics/statistics/tutorials/regression_machinelearning/tutorial.md +++ b/topics/statistics/tutorials/regression_machinelearning/tutorial.md @@ -334,10 +334,9 @@ After the **New Pipeline/Estimator** dataset and its tunable hyperparameters are > > {% tool [Hyperparameter search](toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.11.0) %}: > - *"Select a model selection search scheme"*: `GridSearchCV - Exhaustive search over specified parameter values for an estimator ` -> - {% icon param-files %} *"Choose the dataset containing pipeline/estimator object"*: `zipped` file (output of **Pipeline builder** {% icon tool %}) +> - {% icon param-files %} *"Choose the dataset containing pipeline/estimator object"*: `h5mlm` file (output of **Pipeline builder** {% icon tool %}) > - *"Is the estimator a deep learning model?"*: `No` > - In *"Search parameters Builder"*: -> - {% icon param-files %} *"Choose the dataset containing parameter names"*: `tabular` file (the other output of **Pipeline builder** {% icon tool %}) > - In *"Parameter settings for search"*: > - {% icon param-repeat %} *"1: Parameter settings for search"* > - *"Choose a parameter name (with current value)"*: `n_estimators: 100` @@ -395,7 +394,7 @@ Using the **Hyperparameter search** tool, we optimized our model, based on the t > > 1. {% tool [Ensemble methods for classification and regression](toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0) %}: > - *"Select a Classification Task"*: `Load a model and predict` -> - {% icon param-files %} *"Models"*: `zipped` file (output of **Hyperparameter search** {% icon tool %}) +> - {% icon param-files %} *"Models"*: `h5mlm` file (output of **Hyperparameter search** {% icon tool %}) > - {% icon param-files %} *"Data (tabular)"*: `test_rows` tabular file > - *"Does the dataset contain header"*: `Yes` > From e6df909ee94fbedab4bfe0ad62927f8bbf2d5d4a Mon Sep 17 00:00:00 2001 From: Anup Kumar Date: Fri, 17 May 2024 11:30:13 +0200 Subject: [PATCH 2/2] update workflows due to tool upgrade --- .../workflows/ml_classification.ga | 1833 +++++++++-------- .../workflows/regression.ga | 1283 ++++++------ 2 files changed, 1555 insertions(+), 1561 deletions(-) diff --git a/topics/statistics/tutorials/classification_machinelearning/workflows/ml_classification.ga b/topics/statistics/tutorials/classification_machinelearning/workflows/ml_classification.ga index 2c72e3346557a8..86a2698110edcd 100644 --- a/topics/statistics/tutorials/classification_machinelearning/workflows/ml_classification.ga +++ b/topics/statistics/tutorials/classification_machinelearning/workflows/ml_classification.ga @@ -1,903 +1,936 @@ { - "a_galaxy_workflow": "true", - "annotation": "Classification in Machine Learning", - "tags":[ - "statistics", - "classification", - "ml", - "cheminformatics" - ], - "format-version": "0.1", - "name": "ml_classification", - "steps": { - "0": { - "annotation": "", - "content_id": null, - "errors": null, - "id": 0, - "input_connections": {}, - "inputs": [ - { - "description": "", - "name": "train_rows.csv" + "a_galaxy_workflow": "true", + "annotation": "Classification in Machine Learning", + "comments": [], + "format-version": "0.1", + "name": "ml_classification (imported from uploaded file)", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "train_rows.csv" + } + ], + "label": "train_rows.csv", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 21.98957654096855, + "top": 439.5676907009551 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "2b808085-c925-4327-8310-e45702344b59", + "when": null, + "workflow_outputs": [] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "test_rows_labels.csv" + } + ], + "label": "test_rows_labels.csv", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 13.333333333333329, + "top": 532.2417024769386 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "b04a2c8d-d019-49cd-8ef3-f2565cc9a2d5", + "when": null, + "workflow_outputs": [] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "test_rows.csv" + } + ], + "label": "test_rows.csv", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 0.0, + "top": 630.9083691436052 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "0c0a1583-9e8c-4382-af2b-feae2d1fc845", + "when": null, + "workflow_outputs": [] + }, + "3": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.11.0", + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [], + "label": null, + "name": "Pipeline Builder", + "outputs": [ + { + "name": "outfile", + "type": "h5mlm" + } + ], + "position": { + "left": 71.50519475928452, + "top": 1091.3454752604168 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "4c4ec859c31a", + "name": "sklearn_build_pipeline", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"final_estimator\": {\"estimator_selector\": {\"selected_module\": \"ensemble\", \"__current_case__\": 2, \"selected_estimator\": \"BaggingClassifier\", \"text_params\": \"\"}}, \"pipeline_component\": [{\"__index__\": 0, \"component_selector\": {\"component_type\": \"None\", \"__current_case__\": 0}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "c83ed09b-1377-4f27-a39e-21bc55c45054", + "when": null, + "workflow_outputs": [] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "errors": null, + "id": 4, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Generalized linear models", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 211.984375, + "top": 229.98128255208331 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "d4808d5b83da", + "name": "sklearn_generalized_linear", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"LogisticRegression\", \"__current_case__\": 5, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Class\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Class\"}}, \"options\": {\"penalty\": \"l2\", \"dual\": false, \"tol\": \"0.0001\", \"C\": \"1.0\", \"fit_intercept\": true, \"max_iter\": \"100\", \"warm_start\": false, \"solver\": \"liblinear\", \"intercept_scaling\": \"1.0\", \"multi_class\": \"ovr\", \"random_state\": null}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "e8b9c2b7-9512-42e2-b0dc-2e04ed0d4d4f", + "when": null, + "workflow_outputs": [] + }, + "5": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.11.0", + "errors": null, + "id": 5, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Nearest Neighbors Classification", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 398.6666666666667, + "top": 413.56461588541663 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "8b1b2b91f8d0", + "name": "sklearn_nn_classifier", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"nneighbors\", \"__current_case__\": 0, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Class\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Class\"}}, \"sampling_methods\": {\"sampling_method\": \"KNeighborsClassifier\", \"__current_case__\": 0, \"options\": {\"n_neighbors\": \"5\", \"weights\": \"uniform\", \"algorithm\": \"auto\", \"leaf_size\": \"30\"}}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "1c441ec4-0f66-436b-a762-e92c646f3185", + "when": null, + "workflow_outputs": [] + }, + "6": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.11.0", + "errors": null, + "id": 6, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Support vector machines (SVMs)", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 228.0, + "top": 770.8979524769386 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "80852884053f", + "name": "sklearn_svm_classifier", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"LinearSVC\", \"__current_case__\": 2, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Class\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Class\"}}, \"options\": {\"C\": \"1.0\", \"tol\": \"0.001\", \"random_state\": null, \"max_iter\": \"1000\", \"loss\": \"squared_hinge\", \"penalty\": \"l2\", \"dual\": true, \"multi_class\": \"ovr\", \"fit_intercept\": true, \"intercept_scaling\": \"1.0\"}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "c09be878-c47d-4af8-90a2-8f9f171f89c4", + "when": null, + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 7, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 231.99479166666666, + "top": 914.9031608102719 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"RandomForestClassifier\", \"__current_case__\": 0, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Class\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Class\"}}, \"options\": {\"n_estimators\": \"100\", \"criterion\": \"gini\", \"select_max_features\": {\"max_features\": \"auto\", \"__current_case__\": 0}, \"max_depth\": null, \"min_samples_split\": \"2\", \"min_samples_leaf\": \"1\", \"min_weight_fraction_leaf\": \"0.0\", \"max_leaf_nodes\": null, \"bootstrap\": true, \"warm_start\": false, \"random_state\": null, \"oob_score\": false}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "9aad05c6-ee98-48fa-b6f7-9afb41bb59b2", + "when": null, + "workflow_outputs": [] + }, + "8": { + "annotation": "", + "content_id": "Remove beginning1", + "errors": null, + "id": 8, + "input_connections": { + "input": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Remove beginning", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 361.33333333333337, + "top": 103.39143124967819 + }, + "post_job_actions": {}, + "tool_id": "Remove beginning1", + "tool_state": "{\"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"num_lines\": \"1\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", + "type": "tool", + "uuid": "a4e05203-d91f-416b-92fb-c93c63c10c7d", + "when": null, + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.11.0", + "errors": null, + "id": 9, + "input_connections": { + "infile_estimator": { + "id": 3, + "output_name": "outfile" + }, + "input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "infile_estimator" + }, + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "input_options" + }, + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "input_options" + } + ], + "label": null, + "name": "Hyperparameter Search", + "outputs": [ + { + "name": "outfile_result", + "type": "tabular" + }, + { + "name": "outfile_object", + "type": "h5mlm" + } + ], + "position": { + "left": 404.902784548781, + "top": 1100.6250023866364 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "7626ea9c2e1b", + "name": "sklearn_searchcv", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_estimator\": {\"__class__\": \"RuntimeValue\"}, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"RuntimeValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Class\"}, \"infile2\": {\"__class__\": \"RuntimeValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Class\"}}, \"is_deep_learning\": false, \"options\": {\"scoring\": {\"primary_scoring\": \"default\", \"__current_case__\": 0}, \"cv_selector\": {\"selected_cv\": \"default\", \"__current_case__\": 0, \"n_splits\": \"5\"}, \"verbose\": \"0\", \"error_score\": true, \"return_train_score\": false}, \"outer_split\": {\"split_mode\": \"no\", \"__current_case__\": 0}, \"save\": \"save_estimator\", \"search_algos\": {\"selected_search_algo\": \"GridSearchCV\", \"__current_case__\": 0}, \"search_params_builder\": {\"param_set\": [{\"__index__\": 0, \"sp_name\": null, \"sp_list\": \"\"}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "b5cd9178-e9d7-4e7c-b5df-d29a351328f9", + "when": null, + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "errors": null, + "id": 10, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 4, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Generalized linear models", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Generalized linear models", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Generalized linear models", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 522.6614583333334, + "top": 245.45003255208331 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "d4808d5b83da", + "name": "sklearn_generalized_linear", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"ConnectedValue\"}, \"infile_data\": {\"__class__\": \"ConnectedValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "4835c73b-4115-4b33-b9c0-423c59d7c84a", + "when": null, + "workflow_outputs": [] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.11.0", + "errors": null, + "id": 11, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 5, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Nearest Neighbors Classification", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Nearest Neighbors Classification", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Nearest Neighbors Classification", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 630.6458333333333, + "top": 521.5490234375 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "8b1b2b91f8d0", + "name": "sklearn_nn_classifier", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"ConnectedValue\"}, \"infile_data\": {\"__class__\": \"ConnectedValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "1ed20e3a-e850-4e29-abf9-767ee22077df", + "when": null, + "workflow_outputs": [] + }, + "12": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.11.0", + "errors": null, + "id": 12, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 6, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Support vector machines (SVMs)", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Support vector machines (SVMs)", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Support vector machines (SVMs)", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 480.0, + "top": 676.2416815128128 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "80852884053f", + "name": "sklearn_svm_classifier", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"ConnectedValue\"}, \"infile_data\": {\"__class__\": \"ConnectedValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "ca471e7c-00f3-4571-84a8-966163604716", + "when": null, + "workflow_outputs": [] + }, + "13": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 13, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 7, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 465.33333333333337, + "top": 845.575014846146 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"ConnectedValue\"}, \"infile_data\": {\"__class__\": \"ConnectedValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "c74df17c-0e1d-4c49-9114-01ba21dd59d9", + "when": null, + "workflow_outputs": [] + }, + "14": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 14, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 9, + "output_name": "outfile_object" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 781.6197713109339, + "top": 1083.8471839187544 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"ConnectedValue\"}, \"infile_data\": {\"__class__\": \"ConnectedValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "aa1bed69-0ee6-4ade-b9b2-6d2ce89bb36e", + "when": null, + "workflow_outputs": [] + }, + "15": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "errors": null, + "id": 15, + "input_connections": { + "infile_input": { + "id": 8, + "output_name": "out_file1" + }, + "infile_output": { + "id": 10, + "output_name": "outfile_predict" + }, + "infile_trained_model": { + "id": 4, + "output_name": "outfile_fit" + } + }, + "inputs": [], + "label": null, + "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", + "outputs": [ + { + "name": "output_confusion", + "type": "html" + }, + { + "name": "output_prf", + "type": "html" + }, + { + "name": "output_roc", + "type": "html" + } + ], + "position": { + "left": 790.6666666666666, + "top": 0 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "tool_shed_repository": { + "changeset_revision": "1c5dcef5ce0f", + "name": "plotly_ml_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"infile_trained_model\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.3", + "type": "tool", + "uuid": "8ae35e8c-cbdb-4549-974b-ef506157119c", + "when": null, + "workflow_outputs": [] + }, + "16": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "errors": null, + "id": 16, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 11, + "output_name": "outfile_predict" + }, + "infile_trained_model": { + "id": 5, + "output_name": "outfile_fit" + } + }, + "inputs": [], + "label": null, + "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", + "outputs": [ + { + "name": "output_confusion", + "type": "html" + }, + { + "name": "output_prf", + "type": "html" + }, + { + "name": "output_roc", + "type": "html" + } + ], + "position": { + "left": 1051.9895833333333, + "top": 728.2156610351801 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "tool_shed_repository": { + "changeset_revision": "1c5dcef5ce0f", + "name": "plotly_ml_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"infile_trained_model\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.3", + "type": "tool", + "uuid": "ffcdace4-4bbe-4612-a8fd-30dea3b2d242", + "when": null, + "workflow_outputs": [] + }, + "17": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "errors": null, + "id": 17, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 12, + "output_name": "outfile_predict" + }, + "infile_trained_model": { + "id": 6, + "output_name": "outfile_fit" + } + }, + "inputs": [], + "label": null, + "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", + "outputs": [ + { + "name": "output_confusion", + "type": "html" + }, + { + "name": "output_prf", + "type": "html" + }, + { + "name": "output_roc", + "type": "html" + } + ], + "position": { + "left": 777.3229166666666, + "top": 666.8927647135655 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "tool_shed_repository": { + "changeset_revision": "1c5dcef5ce0f", + "name": "plotly_ml_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"infile_trained_model\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.3", + "type": "tool", + "uuid": "13a307c9-c589-49c6-98c0-5d4c4d6c18d2", + "when": null, + "workflow_outputs": [] + }, + "18": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "errors": null, + "id": 18, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 13, + "output_name": "outfile_predict" + }, + "infile_trained_model": { + "id": 7, + "output_name": "outfile_fit" + } + }, + "inputs": [], + "label": null, + "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", + "outputs": [ + { + "name": "output_confusion", + "type": "html" + }, + { + "name": "output_prf", + "type": "html" + }, + { + "name": "output_roc", + "type": "html" + } + ], + "position": { + "left": 1054.4131469619754, + "top": 1054.8958224826392 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "tool_shed_repository": { + "changeset_revision": "1c5dcef5ce0f", + "name": "plotly_ml_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"infile_trained_model\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.3", + "type": "tool", + "uuid": "d6df48d4-3a4c-41a4-b53b-c04533b16742", + "when": null, + "workflow_outputs": [] + }, + "19": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "errors": null, + "id": 19, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 14, + "output_name": "outfile_predict" + }, + "infile_trained_model": { + "id": 9, + "output_name": "outfile_object" + } + }, + "inputs": [], + "label": null, + "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", + "outputs": [ + { + "name": "output_confusion", + "type": "html" + }, + { + "name": "output_prf", + "type": "html" + }, + { + "name": "output_roc", + "type": "html" + } + ], + "position": { + "left": 1055.6041463109339, + "top": 1377.585031467014 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.3", + "tool_shed_repository": { + "changeset_revision": "1c5dcef5ce0f", + "name": "plotly_ml_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"infile_trained_model\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.3", + "type": "tool", + "uuid": "635ba9ca-1f96-44ff-970e-d2877b12292c", + "when": null, + "workflow_outputs": [] } - ], - "label": "train_rows.csv", - "name": "Input dataset", - "outputs": [], - "position": { - "left": 200, - "top": 200 - }, - "tool_id": null, - "tool_state": "{\"name\": \"train_rows.csv\"}", - "tool_version": null, - "type": "data_input", - "uuid": "2b808085-c925-4327-8310-e45702344b59", - "workflow_outputs": [] }, - "1": { - "annotation": "", - "content_id": null, - "errors": null, - "id": 1, - "input_connections": {}, - "inputs": [ - { - "description": "", - "name": "test_rows_labels.csv" - } - ], - "label": "test_rows_labels.csv", - "name": "Input dataset", - "outputs": [], - "position": { - "left": 200, - "top": 320 - }, - "tool_id": null, - "tool_state": "{\"name\": \"test_rows_labels.csv\"}", - "tool_version": null, - "type": "data_input", - "uuid": "b04a2c8d-d019-49cd-8ef3-f2565cc9a2d5", - "workflow_outputs": [] - }, - "10": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.2", - "errors": null, - "id": 10, - "input_connections": { - "selected_tasks|infile_data": { - "id": 2, - "output_name": "output" - }, - "selected_tasks|infile_model": { - "id": 4, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Generalized linear models", - "outputs": [ - { - "name": "outfile_predict", - "type": "tabular" - } - ], - "position": { - "left": 640, - "top": 200 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "3e4a7684d402", - "name": "sklearn_generalized_linear", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "4835c73b-4115-4b33-b9c0-423c59d7c84a", - "workflow_outputs": [] - }, - "11": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.8.2", - "errors": null, - "id": 11, - "input_connections": { - "selected_tasks|infile_data": { - "id": 2, - "output_name": "output" - }, - "selected_tasks|infile_model": { - "id": 5, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Nearest Neighbors Classification", - "outputs": [ - { - "name": "outfile_predict", - "type": "tabular" - } - ], - "position": { - "left": 640, - "top": 320 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "39ae3c043096", - "name": "sklearn_nn_classifier", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "1ed20e3a-e850-4e29-abf9-767ee22077df", - "workflow_outputs": [] - }, - "12": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.8.2", - "errors": null, - "id": 12, - "input_connections": { - "selected_tasks|infile_data": { - "id": 2, - "output_name": "output" - }, - "selected_tasks|infile_model": { - "id": 6, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Support vector machines (SVMs)", - "outputs": [ - { - "name": "outfile_predict", - "type": "tabular" - } - ], - "position": { - "left": 640, - "top": 440 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "d2afc87db26b", - "name": "sklearn_svm_classifier", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "ca471e7c-00f3-4571-84a8-966163604716", - "workflow_outputs": [] - }, - "13": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "errors": null, - "id": 13, - "input_connections": { - "selected_tasks|infile_data": { - "id": 2, - "output_name": "output" - }, - "selected_tasks|infile_model": { - "id": 7, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Ensemble methods", - "outputs": [ - { - "name": "outfile_predict", - "type": "tabular" - } - ], - "position": { - "left": 640, - "top": 560 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "3ab7af14f1b5", - "name": "sklearn_ensemble", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "c74df17c-0e1d-4c49-9114-01ba21dd59d9", - "workflow_outputs": [] - }, - "14": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.8.2", - "errors": null, - "id": 14, - "input_connections": { - "input_options|infile1": { - "id": 0, - "output_name": "output" - }, - "input_options|infile2": { - "id": 0, - "output_name": "output" - }, - "search_schemes|infile_estimator": { - "id": 3, - "output_name": "outfile" - }, - "search_schemes|search_params_builder|infile_params": { - "id": 9, - "output_name": "outfile" - } - }, - "inputs": [], - "label": null, - "name": "Hyperparameter Search", - "outputs": [ - { - "name": "outfile_result", - "type": "tabular" - }, - { - "name": "outfile_object", - "type": "zip" - } - ], - "position": { - "left": 640, - "top": 680 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "1ae5dfd5ac17", - "name": "sklearn_searchcv", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"search_schemes\": \"{\\\"__current_case__\\\": 0, \\\"infile_estimator\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"is_deep_learning\\\": \\\"false\\\", \\\"options\\\": {\\\"cv_selector\\\": {\\\"__current_case__\\\": 0, \\\"n_splits\\\": \\\"3\\\", \\\"selected_cv\\\": \\\"default\\\"}, \\\"error_score\\\": \\\"true\\\", \\\"iid\\\": \\\"true\\\", \\\"return_train_score\\\": \\\"false\\\", \\\"scoring\\\": {\\\"__current_case__\\\": 0, \\\"primary_scoring\\\": \\\"default\\\"}, \\\"verbose\\\": \\\"0\\\"}, \\\"search_params_builder\\\": {\\\"infile_params\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"param_set\\\": [{\\\"__index__\\\": 0, \\\"sp_list\\\": \\\"[5,10,20,50]\\\", \\\"sp_name\\\": \\\"n_estimators\\\"}]}, \\\"selected_search_scheme\\\": \\\"GridSearchCV\\\"}\", \"__rerun_remap_job_id__\": null, \"save\": \"\\\"save_estimator\\\"\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"input_options\": \"{\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Class\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Class\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}\", \"outer_split\": \"{\\\"__current_case__\\\": 0, \\\"split_mode\\\": \\\"no\\\"}\"}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "ea214a5b-d3f0-42ba-bc38-409c188126a7", - "workflow_outputs": [] - }, - "15": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "errors": null, - "id": 15, - "input_connections": { - "infile_input": { - "id": 8, - "output_name": "out_file1" - }, - "infile_output": { - "id": 10, - "output_name": "outfile_predict" - }, - "infile_trained_model": { - "id": 4, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", - "outputs": [ - { - "name": "output_confusion", - "type": "html" - }, - { - "name": "output_prf", - "type": "html" - }, - { - "name": "output_roc", - "type": "html" - } - ], - "position": { - "left": 860, - "top": 200 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "tool_shed_repository": { - "changeset_revision": "62e3a4e8c54c", - "name": "plotly_ml_performance_plots", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"infile_trained_model\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "0.2", - "type": "tool", - "uuid": "8ae35e8c-cbdb-4549-974b-ef506157119c", - "workflow_outputs": [] - }, - "16": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "errors": null, - "id": 16, - "input_connections": { - "infile_input": { - "id": 1, - "output_name": "output" - }, - "infile_output": { - "id": 11, - "output_name": "outfile_predict" - }, - "infile_trained_model": { - "id": 5, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", - "outputs": [ - { - "name": "output_confusion", - "type": "html" - }, - { - "name": "output_prf", - "type": "html" - }, - { - "name": "output_roc", - "type": "html" - } - ], - "position": { - "left": 860, - "top": 320 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "tool_shed_repository": { - "changeset_revision": "62e3a4e8c54c", - "name": "plotly_ml_performance_plots", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"infile_trained_model\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "0.2", - "type": "tool", - "uuid": "ffcdace4-4bbe-4612-a8fd-30dea3b2d242", - "workflow_outputs": [] - }, - "17": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "errors": null, - "id": 17, - "input_connections": { - "infile_input": { - "id": 1, - "output_name": "output" - }, - "infile_output": { - "id": 12, - "output_name": "outfile_predict" - }, - "infile_trained_model": { - "id": 6, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", - "outputs": [ - { - "name": "output_confusion", - "type": "html" - }, - { - "name": "output_prf", - "type": "html" - }, - { - "name": "output_roc", - "type": "html" - } - ], - "position": { - "left": 860, - "top": 440 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "tool_shed_repository": { - "changeset_revision": "62e3a4e8c54c", - "name": "plotly_ml_performance_plots", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"infile_trained_model\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "0.2", - "type": "tool", - "uuid": "13a307c9-c589-49c6-98c0-5d4c4d6c18d2", - "workflow_outputs": [] - }, - "18": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "errors": null, - "id": 18, - "input_connections": { - "infile_input": { - "id": 1, - "output_name": "output" - }, - "infile_output": { - "id": 13, - "output_name": "outfile_predict" - }, - "infile_trained_model": { - "id": 7, - "output_name": "outfile_fit" - } - }, - "inputs": [], - "label": null, - "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", - "outputs": [ - { - "name": "output_confusion", - "type": "html" - }, - { - "name": "output_prf", - "type": "html" - }, - { - "name": "output_roc", - "type": "html" - } - ], - "position": { - "left": 860, - "top": 560 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "tool_shed_repository": { - "changeset_revision": "62e3a4e8c54c", - "name": "plotly_ml_performance_plots", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"infile_trained_model\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "0.2", - "type": "tool", - "uuid": "d6df48d4-3a4c-41a4-b53b-c04533b16742", - "workflow_outputs": [] - }, - "19": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "errors": null, - "id": 19, - "input_connections": { - "selected_tasks|infile_data": { - "id": 2, - "output_name": "output" - }, - "selected_tasks|infile_model": { - "id": 14, - "output_name": "outfile_object" - } - }, - "inputs": [], - "label": null, - "name": "Ensemble methods", - "outputs": [ - { - "name": "outfile_predict", - "type": "tabular" - } - ], - "position": { - "left": 860, - "top": 680 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "3ab7af14f1b5", - "name": "sklearn_ensemble", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "aa1bed69-0ee6-4ade-b9b2-6d2ce89bb36e", - "workflow_outputs": [] - }, - "2": { - "annotation": "", - "content_id": null, - "errors": null, - "id": 2, - "input_connections": {}, - "inputs": [ - { - "description": "", - "name": "test_rows.csv" - } - ], - "label": "test_rows.csv", - "name": "Input dataset", - "outputs": [], - "position": { - "left": 200, - "top": 440 - }, - "tool_id": null, - "tool_state": "{\"name\": \"test_rows.csv\"}", - "tool_version": null, - "type": "data_input", - "uuid": "0c0a1583-9e8c-4382-af2b-feae2d1fc845", - "workflow_outputs": [] - }, - "20": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "errors": null, - "id": 20, - "input_connections": { - "infile_input": { - "id": 1, - "output_name": "output" - }, - "infile_output": { - "id": 19, - "output_name": "outfile_predict" - }, - "infile_trained_model": { - "id": 14, - "output_name": "outfile_object" - } - }, - "inputs": [], - "label": null, - "name": "Plot confusion matrix, precision, recall and ROC and AUC curves", - "outputs": [ - { - "name": "output_confusion", - "type": "html" - }, - { - "name": "output_prf", - "type": "html" - }, - { - "name": "output_roc", - "type": "html" - } - ], - "position": { - "left": 1080, - "top": 200 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_ml_performance_plots/plotly_ml_performance_plots/0.2", - "tool_shed_repository": { - "changeset_revision": "62e3a4e8c54c", - "name": "plotly_ml_performance_plots", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"infile_trained_model\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "0.2", - "type": "tool", - "uuid": "635ba9ca-1f96-44ff-970e-d2877b12292c", - "workflow_outputs": [] - }, - "3": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.8.2", - "errors": null, - "id": 3, - "input_connections": {}, - "inputs": [], - "label": null, - "name": "Pipeline Builder", - "outputs": [ - { - "name": "outfile", - "type": "zip" - }, - { - "name": "outfile_params", - "type": "tabular" - } - ], - "position": { - "left": 200, - "top": 560 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "97dce66fe158", - "name": "sklearn_build_pipeline", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"pipeline_component\": \"[{\\\"__index__\\\": 0, \\\"component_selector\\\": {\\\"__current_case__\\\": 0, \\\"component_type\\\": \\\"None\\\"}}]\", \"__rerun_remap_job_id__\": null, \"get_params\": \"\\\"true\\\"\", \"final_estimator\": \"{\\\"estimator_selector\\\": {\\\"__current_case__\\\": 2, \\\"selected_estimator\\\": \\\"BaggingClassifier\\\", \\\"selected_module\\\": \\\"ensemble\\\", \\\"text_params\\\": \\\"\\\"}}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "c83ed09b-1377-4f27-a39e-21bc55c45054", - "workflow_outputs": [] - }, - "4": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.2", - "errors": null, - "id": 4, - "input_connections": { - "selected_tasks|selected_algorithms|input_options|infile1": { - "id": 0, - "output_name": "output" - }, - "selected_tasks|selected_algorithms|input_options|infile2": { - "id": 0, - "output_name": "output" - } - }, - "inputs": [], - "label": null, - "name": "Generalized linear models", - "outputs": [ - { - "name": "outfile_fit", - "type": "zip" - } - ], - "position": { - "left": 420, - "top": 200 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "3e4a7684d402", - "name": "sklearn_generalized_linear", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 5, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Class\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Class\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"options\\\": {\\\"C\\\": \\\"1.0\\\", \\\"dual\\\": \\\"false\\\", \\\"fit_intercept\\\": \\\"true\\\", \\\"intercept_scaling\\\": \\\"1.0\\\", \\\"max_iter\\\": \\\"100\\\", \\\"multi_class\\\": \\\"ovr\\\", \\\"penalty\\\": \\\"l2\\\", \\\"random_state\\\": \\\"\\\", \\\"solver\\\": \\\"liblinear\\\", \\\"tol\\\": \\\"0.0001\\\", \\\"warm_start\\\": \\\"false\\\"}, \\\"selected_algorithm\\\": \\\"LogisticRegression\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "e8b9c2b7-9512-42e2-b0dc-2e04ed0d4d4f", - "workflow_outputs": [] - }, - "5": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.8.2", - "errors": null, - "id": 5, - "input_connections": { - "selected_tasks|selected_algorithms|input_options|infile1": { - "id": 0, - "output_name": "output" - }, - "selected_tasks|selected_algorithms|input_options|infile2": { - "id": 0, - "output_name": "output" - } - }, - "inputs": [], - "label": null, - "name": "Nearest Neighbors Classification", - "outputs": [ - { - "name": "outfile_fit", - "type": "zip" - } - ], - "position": { - "left": 420, - "top": 440 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_nn_classifier/sklearn_nn_classifier/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "39ae3c043096", - "name": "sklearn_nn_classifier", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 0, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Class\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Class\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"sampling_methods\\\": {\\\"__current_case__\\\": 0, \\\"options\\\": {\\\"algorithm\\\": \\\"auto\\\", \\\"leaf_size\\\": \\\"30\\\", \\\"n_neighbors\\\": \\\"5\\\", \\\"weights\\\": \\\"uniform\\\"}, \\\"sampling_method\\\": \\\"KNeighborsClassifier\\\"}, \\\"selected_algorithm\\\": \\\"nneighbors\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "1c441ec4-0f66-436b-a762-e92c646f3185", - "workflow_outputs": [] - }, - "6": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.8.2", - "errors": null, - "id": 6, - "input_connections": { - "selected_tasks|selected_algorithms|input_options|infile1": { - "id": 0, - "output_name": "output" - }, - "selected_tasks|selected_algorithms|input_options|infile2": { - "id": 0, - "output_name": "output" - } - }, - "inputs": [], - "label": null, - "name": "Support vector machines (SVMs)", - "outputs": [ - { - "name": "outfile_fit", - "type": "zip" - } - ], - "position": { - "left": 420, - "top": 560 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_svm_classifier/sklearn_svm_classifier/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "d2afc87db26b", - "name": "sklearn_svm_classifier", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 2, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Class\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Class\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"options\\\": {\\\"C\\\": \\\"1.0\\\", \\\"dual\\\": \\\"true\\\", \\\"fit_intercept\\\": \\\"true\\\", \\\"intercept_scaling\\\": \\\"1.0\\\", \\\"loss\\\": \\\"squared_hinge\\\", \\\"max_iter\\\": \\\"1000\\\", \\\"multi_class\\\": \\\"ovr\\\", \\\"penalty\\\": \\\"l2\\\", \\\"random_state\\\": \\\"\\\", \\\"tol\\\": \\\"0.001\\\"}, \\\"selected_algorithm\\\": \\\"LinearSVC\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "c09be878-c47d-4af8-90a2-8f9f171f89c4", - "workflow_outputs": [] - }, - "7": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "errors": null, - "id": 7, - "input_connections": { - "selected_tasks|selected_algorithms|input_options|infile1": { - "id": 0, - "output_name": "output" - }, - "selected_tasks|selected_algorithms|input_options|infile2": { - "id": 0, - "output_name": "output" - } - }, - "inputs": [], - "label": null, - "name": "Ensemble methods", - "outputs": [ - { - "name": "outfile_fit", - "type": "zip" - } - ], - "position": { - "left": 420, - "top": 680 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "3ab7af14f1b5", - "name": "sklearn_ensemble", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 0, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Class\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Class\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"options\\\": {\\\"bootstrap\\\": \\\"true\\\", \\\"criterion\\\": \\\"gini\\\", \\\"max_depth\\\": \\\"\\\", \\\"max_leaf_nodes\\\": \\\"\\\", \\\"min_samples_leaf\\\": \\\"1\\\", \\\"min_samples_split\\\": \\\"2\\\", \\\"min_weight_fraction_leaf\\\": \\\"0.0\\\", \\\"n_estimators\\\": \\\"100\\\", \\\"oob_score\\\": \\\"false\\\", \\\"random_state\\\": \\\"\\\", \\\"select_max_features\\\": {\\\"__current_case__\\\": 0, \\\"max_features\\\": \\\"auto\\\"}, \\\"warm_start\\\": \\\"false\\\"}, \\\"selected_algorithm\\\": \\\"RandomForestClassifier\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "9aad05c6-ee98-48fa-b6f7-9afb41bb59b2", - "workflow_outputs": [] - }, - "8": { - "annotation": "", - "content_id": "Remove beginning1", - "errors": null, - "id": 8, - "input_connections": { - "input": { - "id": 1, - "output_name": "output" - } - }, - "inputs": [], - "label": null, - "name": "Remove beginning", - "outputs": [ - { - "name": "out_file1", - "type": "input" - } - ], - "position": { - "left": 420, - "top": 320 - }, - "post_job_actions": {}, - "tool_id": "Remove beginning1", - "tool_state": "{\"input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"num_lines\": \"\\\"1\\\"\", \"__page__\": null}", - "tool_version": "1.0.0", - "type": "tool", - "uuid": "a4e05203-d91f-416b-92fb-c93c63c10c7d", - "workflow_outputs": [] - }, - "9": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_estimator_attributes/sklearn_estimator_attributes/1.0.8.2", - "errors": null, - "id": 9, - "input_connections": { - "infile_object": { - "id": 3, - "output_name": "outfile" - } - }, - "inputs": [], - "label": null, - "name": "Estimator attributes", - "outputs": [ - { - "name": "outfile", - "type": "tabular" - } - ], - "position": { - "left": 420, - "top": 800 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_estimator_attributes/sklearn_estimator_attributes/1.0.8.2", - "tool_shed_repository": { - "changeset_revision": "bd27a211182a", - "name": "sklearn_estimator_attributes", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"attribute_type\": \"\\\"get_params\\\"\", \"__rerun_remap_job_id__\": null, \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"infile_object\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__page__\": null}", - "tool_version": "1.0.8.2", - "type": "tool", - "uuid": "dfb666ff-c252-4eb1-a6d0-2fbbed72b3e0", - "workflow_outputs": [] - } - }, - "uuid": "8bd5d426-c45e-401a-8274-613f3708a1d3", - "version": 1 -} + "tags": [ + "statistics", + "classification", + "ml", + "cheminformatics" + ], + "uuid": "5a31a580-925e-4e7c-b397-1e8c660e4392", + "version": 4 +} \ No newline at end of file diff --git a/topics/statistics/tutorials/regression_machinelearning/workflows/regression.ga b/topics/statistics/tutorials/regression_machinelearning/workflows/regression.ga index 3ab98a6af433ac..43cbfb61eaec63 100644 --- a/topics/statistics/tutorials/regression_machinelearning/workflows/regression.ga +++ b/topics/statistics/tutorials/regression_machinelearning/workflows/regression.ga @@ -1,662 +1,623 @@ { - "uuid":"8b6a1e48-d3e7-4063-b7f4-a7be613a7e08", - "annotation":"Regression in Machine Learning", - "tags":[ - "statistics", - "regression", - "ml" - ], - "format-version":"0.1", - "name":"Regression (from training material)", - "version":2, - "steps":{ - "0":{ - "tool_id":null, - "tool_version":null, - "outputs":[ - - ], - "workflow_outputs":[ - - ], - "input_connections":{ - - }, - "tool_state":"{\"name\": \"train_rows\"}", - "id":0, - "uuid":"881f9b46-b78f-4bfd-b043-570553d521e7", - "errors":null, - "name":"Input dataset", - "label":"train_rows", - "inputs":[ - { - "name":"train_rows", - "description":"" - } - ], - "position":{ - "top":235, - "left":200 - }, - "annotation":"", - "content_id":null, - "type":"data_input" - }, - "1":{ - "tool_id":null, - "tool_version":null, - "outputs":[ - - ], - "workflow_outputs":[ - - ], - "input_connections":{ - - }, - "tool_state":"{\"name\": \"test_rows_labels\"}", - "id":1, - "uuid":"3f9d15eb-3b30-458c-88cd-91f9fb6e9f4a", - "errors":null, - "name":"Input dataset", - "label":"test_rows_labels", - "inputs":[ - { - "name":"test_rows_labels", - "description":"" - } - ], - "position":{ - "top":324.76666259765625, - "left":200 - }, - "annotation":"", - "content_id":null, - "type":"data_input" - }, - "2":{ - "tool_id":null, - "tool_version":null, - "outputs":[ - - ], - "workflow_outputs":[ - - ], - "input_connections":{ - - }, - "tool_state":"{\"name\": \"test_rows\"}", - "id":2, - "uuid":"eaa20c2d-5d1f-427c-9214-6b5efbf23ce7", - "errors":null, - "name":"Input dataset", - "label":"test_rows", - "inputs":[ - { - "name":"test_rows", - "description":"" - } - ], - "position":{ - "top":414.5333251953125, - "left":200 - }, - "annotation":"", - "content_id":null, - "type":"data_input" - }, - "3":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"zip", - "name":"outfile" - }, - { - "type":"tabular", - "name":"outfile_params" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - - }, - "tool_state":"{\"__page__\": null, \"pipeline_component\": \"[{\\\"__index__\\\": 0, \\\"component_selector\\\": {\\\"__current_case__\\\": 0, \\\"component_type\\\": \\\"None\\\"}}]\", \"__rerun_remap_job_id__\": null, \"get_params\": \"\\\"true\\\"\", \"final_estimator\": \"{\\\"estimator_selector\\\": {\\\"__current_case__\\\": 2, \\\"selected_estimator\\\": \\\"GradientBoostingRegressor\\\", \\\"selected_module\\\": \\\"ensemble\\\", \\\"text_params\\\": \\\"random_state=42\\\"}}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\"}", - "id":3, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"3f3c6dc38f3e", - "name":"sklearn_build_pipeline", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"604db37d-78e6-4c27-aefa-0cd42432b2a8", - "errors":null, - "name":"Pipeline Builder", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":504.29998779296875, - "left":200 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.8.1", - "type":"tool" - }, - "4":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"zip", - "name":"outfile_fit" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "selected_tasks|selected_algorithms|input_options|infile2":{ - "output_name":"output", - "id":0 - }, - "selected_tasks|selected_algorithms|input_options|infile1":{ - "output_name":"output", - "id":0 - } - }, - "tool_state":"{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 2, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Age\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Age\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"options\\\": {\\\"copy_X\\\": \\\"true\\\", \\\"fit_intercept\\\": \\\"true\\\", \\\"normalize\\\": \\\"false\\\"}, \\\"selected_algorithm\\\": \\\"LinearRegression\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "id":4, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"a8c7b9fa426c", - "name":"sklearn_generalized_linear", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"850e67d5-59a8-487c-96d5-cc87302a498c", - "errors":null, - "name":"Generalized linear models", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":235, - "left":527.7666625976562 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.1", - "type":"tool" - }, - "5":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"zip", - "name":"outfile_fit" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "selected_tasks|selected_algorithms|input_options|infile2":{ - "output_name":"output", - "id":0 - }, - "selected_tasks|selected_algorithms|input_options|infile1":{ - "output_name":"output", - "id":0 - } - }, - "tool_state":"{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 1, \\\"selected_algorithms\\\": {\\\"__current_case__\\\": 5, \\\"input_options\\\": {\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Age\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Age\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}, \\\"options\\\": {\\\"alpha\\\": \\\"0.9\\\", \\\"criterion\\\": \\\"friedman_mse\\\", \\\"learning_rate\\\": \\\"0.1\\\", \\\"loss\\\": \\\"ls\\\", \\\"max_depth\\\": \\\"3\\\", \\\"max_leaf_nodes\\\": \\\"\\\", \\\"min_impurity_decrease\\\": \\\"0.0\\\", \\\"min_samples_leaf\\\": \\\"1.0\\\", \\\"min_samples_split\\\": \\\"2.0\\\", \\\"min_weight_fraction_leaf\\\": \\\"0.0\\\", \\\"n_estimators\\\": \\\"100\\\", \\\"presort\\\": \\\"auto\\\", \\\"random_state\\\": \\\"\\\", \\\"select_max_features\\\": {\\\"__current_case__\\\": 0, \\\"max_features\\\": \\\"auto\\\"}, \\\"subsample\\\": \\\"1.0\\\", \\\"verbose\\\": \\\"0\\\", \\\"warm_start\\\": \\\"false\\\"}, \\\"selected_algorithm\\\": \\\"GradientBoostingRegressor\\\"}, \\\"selected_task\\\": \\\"train\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "id":5, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"af0523c606a7", - "name":"sklearn_ensemble", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"e912b6ac-1e0f-484a-94cd-17a87d83ca41", - "errors":null, - "name":"Ensemble methods", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":549.5333251953125, - "left":527.7666625976562 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "type":"tool" - }, - "6":{ - "tool_id":"Remove beginning1", - "tool_version":null, - "outputs":[ - { - "type":"input", - "name":"out_file1" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "input":{ - "output_name":"output", - "id":1 - } - }, - "tool_state":"{\"input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__rerun_remap_job_id__\": null, \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"num_lines\": \"\\\"1\\\"\", \"__page__\": null}", - "id":6, - "uuid":"88fc16e6-e9c8-420d-8167-eef3b9b5b12f", - "errors":null, - "name":"Remove beginning", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":427.76666259765625, - "left":527.7666625976562 - }, - "annotation":"", - "content_id":"Remove beginning1", - "type":"tool" - }, - "7":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"tabular", - "name":"outfile_result" - }, - { - "type":"zip", - "name":"outfile_object" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "search_schemes|search_params_builder|infile_params":{ - "output_name":"outfile_params", - "id":3 - }, - "search_schemes|infile_estimator":{ - "output_name":"outfile", - "id":3 - }, - "input_options|infile2":{ - "output_name":"output", - "id":0 - }, - "input_options|infile1":{ - "output_name":"output", - "id":0 - } - }, - "tool_state":"{\"__page__\": null, \"search_schemes\": \"{\\\"__current_case__\\\": 0, \\\"infile_estimator\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"is_deep_learning\\\": \\\"false\\\", \\\"options\\\": {\\\"cv_selector\\\": {\\\"__current_case__\\\": 1, \\\"n_splits\\\": \\\"5\\\", \\\"random_state\\\": \\\"3111696\\\", \\\"selected_cv\\\": \\\"KFold\\\", \\\"shuffle\\\": \\\"true\\\"}, \\\"error_score\\\": \\\"false\\\", \\\"iid\\\": \\\"true\\\", \\\"return_train_score\\\": \\\"false\\\", \\\"scoring\\\": {\\\"__current_case__\\\": 26, \\\"primary_scoring\\\": \\\"r2\\\", \\\"secondary_scoring\\\": null}, \\\"verbose\\\": \\\"0\\\"}, \\\"search_params_builder\\\": {\\\"infile_params\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"param_set\\\": [{\\\"__index__\\\": 0, \\\"sp_list\\\": \\\"[25, 50, 75, 100, 200]\\\", \\\"sp_name\\\": \\\"n_estimators\\\"}]}, \\\"selected_search_scheme\\\": \\\"GridSearchCV\\\"}\", \"__rerun_remap_job_id__\": null, \"save\": \"\\\"save_estimator\\\"\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"input_options\": \"{\\\"__current_case__\\\": 0, \\\"column_selector_options_1\\\": {\\\"__current_case__\\\": 3, \\\"col1\\\": \\\"Age\\\", \\\"selected_column_selector_option\\\": \\\"all_but_by_header_name\\\"}, \\\"column_selector_options_2\\\": {\\\"__current_case__\\\": 2, \\\"col2\\\": \\\"Age\\\", \\\"selected_column_selector_option2\\\": \\\"by_header_name\\\"}, \\\"header1\\\": \\\"true\\\", \\\"header2\\\": \\\"true\\\", \\\"infile1\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile2\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"selected_input\\\": \\\"tabular\\\"}\", \"outer_split\": \"{\\\"__current_case__\\\": 0, \\\"split_mode\\\": \\\"no\\\"}\"}", - "id":7, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"c1ca24a1509d", - "name":"sklearn_searchcv", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"02300171-df76-434c-b7ba-568123c5ae24", - "errors":null, - "name":"Hyperparameter Search", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":762.2999877929688, - "left":527.7666625976562 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.8.1", - "type":"tool" - }, - "8":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"tabular", - "name":"outfile_predict" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "selected_tasks|infile_data":{ - "output_name":"output", - "id":2 - }, - "selected_tasks|infile_model":{ - "output_name":"outfile_fit", - "id":4 - } - }, - "tool_state":"{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "id":8, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"a8c7b9fa426c", - "name":"sklearn_generalized_linear", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"9f696fe3-f0aa-4185-bc8d-82e55b66795f", - "errors":null, - "name":"Generalized linear models", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":235, - "left":855.5333251953125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.8.1", - "type":"tool" - }, - "9":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"tabular", - "name":"outfile_predict" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "selected_tasks|infile_data":{ - "output_name":"output", - "id":2 - }, - "selected_tasks|infile_model":{ - "output_name":"outfile_fit", - "id":5 - } - }, - "tool_state":"{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "id":9, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"af0523c606a7", - "name":"sklearn_ensemble", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"588ab4b8-ce98-4db4-a98d-668d8507e2e4", - "errors":null, - "name":"Ensemble methods", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":386.76666259765625, - "left":855.5333251953125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "type":"tool" - }, - "10":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "tool_version":null, - "outputs":[ - { - "type":"tabular", - "name":"outfile_predict" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "selected_tasks|infile_data":{ - "output_name":"output", - "id":2 - }, - "selected_tasks|infile_model":{ - "output_name":"outfile_object", - "id":7 - } - }, - "tool_state":"{\"__page__\": null, \"selected_tasks\": \"{\\\"__current_case__\\\": 0, \\\"header\\\": \\\"true\\\", \\\"infile_data\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"infile_model\\\": {\\\"__class__\\\": \\\"ConnectedValue\\\"}, \\\"prediction_options\\\": {\\\"__current_case__\\\": 0, \\\"prediction_option\\\": \\\"predict\\\"}, \\\"selected_task\\\": \\\"load\\\"}\", \"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null}", - "id":10, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"af0523c606a7", - "name":"sklearn_ensemble", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"1b46047f-699e-4b03-b994-71d2738ad420", - "errors":null, - "name":"Ensemble methods", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":538.5333251953125, - "left":855.5333251953125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.8.1", - "type":"tool" - }, - "11":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "tool_version":null, - "outputs":[ - { - "type":"html", - "name":"output_actual_vs_pred" - }, - { - "type":"html", - "name":"output_scatter_plot" - }, - { - "type":"html", - "name":"output_residual_plot" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "infile_output":{ - "output_name":"outfile_predict", - "id":8 - }, - "infile_input":{ - "output_name":"out_file1", - "id":6 - } - }, - "tool_state":"{\"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__page__\": null}", - "id":11, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"389227fa1864", - "name":"plotly_regression_performance_plots", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"9adb7dca-b91d-4a67-9729-cf6f3706b862", - "errors":null, - "name":"Plot actual vs predicted curves and residual plots", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":235, - "left":1179.300048828125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "type":"tool" - }, - "12":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "tool_version":null, - "outputs":[ - { - "type":"html", - "name":"output_actual_vs_pred" - }, - { - "type":"html", - "name":"output_scatter_plot" - }, - { - "type":"html", - "name":"output_residual_plot" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "infile_output":{ - "output_name":"outfile_predict", - "id":9 - }, - "infile_input":{ - "output_name":"output", - "id":1 - } - }, - "tool_state":"{\"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__page__\": null}", - "id":12, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"389227fa1864", - "name":"plotly_regression_performance_plots", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"ece242e3-fbfe-4c50-95ad-117a3a3eb557", - "errors":null, - "name":"Plot actual vs predicted curves and residual plots", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":549.7666625976562, - "left":1179.300048828125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "type":"tool" - }, - "13":{ - "tool_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "tool_version":null, - "outputs":[ - { - "type":"html", - "name":"output_actual_vs_pred" - }, - { - "type":"html", - "name":"output_scatter_plot" - }, - { - "type":"html", - "name":"output_residual_plot" - } - ], - "workflow_outputs":[ - - ], - "input_connections":{ - "infile_output":{ - "output_name":"outfile_predict", - "id":10 - }, - "infile_input":{ - "output_name":"output", - "id":1 - } - }, - "tool_state":"{\"chromInfo\": \"\\\"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__rerun_remap_job_id__\": null, \"infile_output\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"infile_input\": \"{\\\"__class__\\\": \\\"ConnectedValue\\\"}\", \"__page__\": null}", - "id":13, - "tool_shed_repository":{ - "owner":"bgruening", - "changeset_revision":"389227fa1864", - "name":"plotly_regression_performance_plots", - "tool_shed":"toolshed.g2.bx.psu.edu" - }, - "uuid":"e7fe41f3-6cb5-4e2d-a13d-27522cdcc021", - "errors":null, - "name":"Plot actual vs predicted curves and residual plots", - "post_job_actions":{ - - }, - "label":null, - "inputs":[ - - ], - "position":{ - "top":864.5333251953125, - "left":1179.300048828125 - }, - "annotation":"", - "content_id":"toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", - "type":"tool" - } - }, - "a_galaxy_workflow":"true" -} + "a_galaxy_workflow": "true", + "annotation": "Regression in Machine Learning", + "comments": [], + "format-version": "0.1", + "name": "Regression (from training material) (imported from uploaded file)", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "train_rows" + } + ], + "label": "train_rows", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 0, + "top": 4.477616495160982 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "881f9b46-b78f-4bfd-b043-570553d521e7", + "when": null, + "workflow_outputs": [] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "test_rows_labels" + } + ], + "label": "test_rows_labels", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 0, + "top": 94.24427909281724 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "3f9d15eb-3b30-458c-88cd-91f9fb6e9f4a", + "when": null, + "workflow_outputs": [] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "test_rows" + } + ], + "label": "test_rows", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 0, + "top": 184.0109416904735 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "eaa20c2d-5d1f-427c-9214-6b5efbf23ce7", + "when": null, + "workflow_outputs": [] + }, + "3": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.11.0", + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [], + "label": null, + "name": "Pipeline Builder", + "outputs": [ + { + "name": "outfile", + "type": "h5mlm" + } + ], + "position": { + "left": 0, + "top": 273.77760428812974 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_build_pipeline/sklearn_build_pipeline/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "4c4ec859c31a", + "name": "sklearn_build_pipeline", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"final_estimator\": {\"estimator_selector\": {\"selected_module\": \"ensemble\", \"__current_case__\": 2, \"selected_estimator\": \"GradientBoostingRegressor\", \"text_params\": \"random_state=42\"}}, \"pipeline_component\": [{\"__index__\": 0, \"component_selector\": {\"component_type\": \"None\", \"__current_case__\": 0}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "604db37d-78e6-4c27-aefa-0cd42432b2a8", + "when": null, + "workflow_outputs": [] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "errors": null, + "id": 4, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Generalized linear models", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 327.76666259765625, + "top": 4.477616495160982 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "d4808d5b83da", + "name": "sklearn_generalized_linear", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"LinearRegression\", \"__current_case__\": 2, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"RuntimeValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Age\"}, \"infile2\": {\"__class__\": \"RuntimeValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Age\"}}, \"options\": {\"fit_intercept\": true, \"normalize\": false, \"copy_X\": true}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "850e67d5-59a8-487c-96d5-cc87302a498c", + "when": null, + "workflow_outputs": [] + }, + "5": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 5, + "input_connections": { + "selected_tasks|selected_algorithms|input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "selected_tasks|selected_algorithms|input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_fit", + "type": "h5mlm" + } + ], + "position": { + "left": 327.76666259765625, + "top": 319.0109416904735 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"train\", \"__current_case__\": 1, \"selected_algorithms\": {\"selected_algorithm\": \"GradientBoostingRegressor\", \"__current_case__\": 5, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"RuntimeValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Age\"}, \"infile2\": {\"__class__\": \"RuntimeValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Age\"}}, \"options\": {\"loss\": \"ls\", \"learning_rate\": \"0.1\", \"n_estimators\": \"100\", \"max_depth\": \"3\", \"criterion\": \"friedman_mse\", \"min_samples_split\": \"2.0\", \"min_samples_leaf\": \"1.0\", \"min_weight_fraction_leaf\": \"0.0\", \"subsample\": \"1.0\", \"select_max_features\": {\"max_features\": \"auto\", \"__current_case__\": 0}, \"max_leaf_nodes\": null, \"min_impurity_decrease\": \"0.0\", \"alpha\": \"0.9\", \"verbose\": \"0\", \"warm_start\": false, \"random_state\": null}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "e912b6ac-1e0f-484a-94cd-17a87d83ca41", + "when": null, + "workflow_outputs": [] + }, + "6": { + "annotation": "", + "content_id": "Remove beginning1", + "errors": null, + "id": 6, + "input_connections": { + "input": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Remove beginning", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 327.76666259765625, + "top": 197.24427909281724 + }, + "post_job_actions": {}, + "tool_id": "Remove beginning1", + "tool_state": "{\"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"num_lines\": \"1\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", + "type": "tool", + "uuid": "88fc16e6-e9c8-420d-8167-eef3b9b5b12f", + "when": null, + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.11.0", + "errors": null, + "id": 7, + "input_connections": { + "infile_estimator": { + "id": 3, + "output_name": "outfile" + }, + "input_options|infile1": { + "id": 0, + "output_name": "output" + }, + "input_options|infile2": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "infile_estimator" + }, + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "input_options" + }, + { + "description": "runtime parameter for tool Hyperparameter Search", + "name": "input_options" + } + ], + "label": null, + "name": "Hyperparameter Search", + "outputs": [ + { + "name": "outfile_result", + "type": "tabular" + }, + { + "name": "outfile_object", + "type": "h5mlm" + } + ], + "position": { + "left": 327.76666259765625, + "top": 531.7776042881297 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_searchcv/sklearn_searchcv/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "7626ea9c2e1b", + "name": "sklearn_searchcv", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile_estimator\": {\"__class__\": \"RuntimeValue\"}, \"input_options\": {\"selected_input\": \"tabular\", \"__current_case__\": 0, \"infile1\": {\"__class__\": \"RuntimeValue\"}, \"header1\": true, \"column_selector_options_1\": {\"selected_column_selector_option\": \"all_but_by_header_name\", \"__current_case__\": 3, \"col1\": \"Age\"}, \"infile2\": {\"__class__\": \"RuntimeValue\"}, \"header2\": true, \"column_selector_options_2\": {\"selected_column_selector_option2\": \"by_header_name\", \"__current_case__\": 2, \"col2\": \"Age\"}}, \"is_deep_learning\": false, \"options\": {\"scoring\": {\"primary_scoring\": \"default\", \"__current_case__\": 0}, \"cv_selector\": {\"selected_cv\": \"default\", \"__current_case__\": 0, \"n_splits\": \"5\"}, \"verbose\": \"0\", \"error_score\": true, \"return_train_score\": false}, \"outer_split\": {\"split_mode\": \"no\", \"__current_case__\": 0}, \"save\": \"save_estimator\", \"search_algos\": {\"selected_search_algo\": \"GridSearchCV\", \"__current_case__\": 0}, \"search_params_builder\": {\"param_set\": [{\"__index__\": 0, \"sp_name\": null, \"sp_list\": \"\"}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "02300171-df76-434c-b7ba-568123c5ae24", + "when": null, + "workflow_outputs": [] + }, + "8": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "errors": null, + "id": 8, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 4, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Generalized linear models", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Generalized linear models", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Generalized linear models", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 662.9939365671642, + "top": 0.0 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_generalized_linear/sklearn_generalized_linear/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "d4808d5b83da", + "name": "sklearn_generalized_linear", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"RuntimeValue\"}, \"infile_data\": {\"__class__\": \"RuntimeValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "9f696fe3-f0aa-4185-bc8d-82e55b66795f", + "when": null, + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 9, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 5, + "output_name": "outfile_fit" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 662.9925701084421, + "top": 180.1100773597832 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"RuntimeValue\"}, \"infile_data\": {\"__class__\": \"RuntimeValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "588ab4b8-ce98-4db4-a98d-668d8507e2e4", + "when": null, + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "errors": null, + "id": 10, + "input_connections": { + "selected_tasks|infile_data": { + "id": 2, + "output_name": "output" + }, + "selected_tasks|infile_model": { + "id": 7, + "output_name": "outfile_object" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + }, + { + "description": "runtime parameter for tool Ensemble methods", + "name": "selected_tasks" + } + ], + "label": null, + "name": "Ensemble methods", + "outputs": [ + { + "name": "outfile_predict", + "type": "tabular" + } + ], + "position": { + "left": 661.4993040170242, + "top": 378.14743269735305 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_ensemble/sklearn_ensemble/1.0.11.0", + "tool_shed_repository": { + "changeset_revision": "060ca94ac049", + "name": "sklearn_ensemble", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"selected_tasks\": {\"selected_task\": \"load\", \"__current_case__\": 0, \"infile_model\": {\"__class__\": \"RuntimeValue\"}, \"infile_data\": {\"__class__\": \"RuntimeValue\"}, \"header\": true, \"prediction_options\": {\"prediction_option\": \"predict\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.11.0", + "type": "tool", + "uuid": "1b46047f-699e-4b03-b994-71d2738ad420", + "when": null, + "workflow_outputs": [] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "errors": null, + "id": 11, + "input_connections": { + "infile_input": { + "id": 6, + "output_name": "out_file1" + }, + "infile_output": { + "id": 8, + "output_name": "outfile_predict" + } + }, + "inputs": [], + "label": null, + "name": "Plot actual vs predicted curves and residual plots", + "outputs": [ + { + "name": "output_actual_vs_pred", + "type": "html" + }, + { + "name": "output_scatter_plot", + "type": "html" + }, + { + "name": "output_residual_plot", + "type": "html" + } + ], + "position": { + "left": 979.300048828125, + "top": 4.477616495160982 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "tool_shed_repository": { + "changeset_revision": "389227fa1864", + "name": "plotly_regression_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1", + "type": "tool", + "uuid": "9adb7dca-b91d-4a67-9729-cf6f3706b862", + "when": null, + "workflow_outputs": [] + }, + "12": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "errors": null, + "id": 12, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 9, + "output_name": "outfile_predict" + } + }, + "inputs": [], + "label": null, + "name": "Plot actual vs predicted curves and residual plots", + "outputs": [ + { + "name": "output_actual_vs_pred", + "type": "html" + }, + { + "name": "output_scatter_plot", + "type": "html" + }, + { + "name": "output_residual_plot", + "type": "html" + } + ], + "position": { + "left": 979.300048828125, + "top": 319.24427909281724 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "tool_shed_repository": { + "changeset_revision": "389227fa1864", + "name": "plotly_regression_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1", + "type": "tool", + "uuid": "ece242e3-fbfe-4c50-95ad-117a3a3eb557", + "when": null, + "workflow_outputs": [] + }, + "13": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "errors": null, + "id": 13, + "input_connections": { + "infile_input": { + "id": 1, + "output_name": "output" + }, + "infile_output": { + "id": 10, + "output_name": "outfile_predict" + } + }, + "inputs": [], + "label": null, + "name": "Plot actual vs predicted curves and residual plots", + "outputs": [ + { + "name": "output_actual_vs_pred", + "type": "html" + }, + { + "name": "output_scatter_plot", + "type": "html" + }, + { + "name": "output_residual_plot", + "type": "html" + } + ], + "position": { + "left": 979.300048828125, + "top": 634.0109416904735 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/plotly_regression_performance_plots/plotly_regression_performance_plots/0.1", + "tool_shed_repository": { + "changeset_revision": "389227fa1864", + "name": "plotly_regression_performance_plots", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"infile_input\": {\"__class__\": \"ConnectedValue\"}, \"infile_output\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1", + "type": "tool", + "uuid": "e7fe41f3-6cb5-4e2d-a13d-27522cdcc021", + "when": null, + "workflow_outputs": [] + } + }, + "tags": [ + "statistics", + "regression", + "ml" + ], + "uuid": "78fafecb-d9a2-45cc-942b-26feda6ae5c1", + "version": 2 +} \ No newline at end of file