# HG changeset patch # User q2d2 # Date 1661804875 0 # Node ID 4879c20e799444e7f0b8b1384241f9a6ab040ffc planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__sample_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 4879c20e7994 qiime2__sample_classifier__fit_regressor.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__sample_classifier__fit_regressor.xml Mon Aug 29 20:27:55 2022 +0000 @@ -0,0 +1,114 @@ + + + + + Fit a supervised learning regressor. + + quay.io/qiime2/core:2022.8 + + q2galaxy version sample_classifier + q2galaxy run sample_classifier fit_regressor '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +QIIME 2: sample-classifier fit-regressor +======================================== +Fit a supervised learning regressor. + + +Outputs: +-------- +:sample_estimator.qza: <no description> +:feature_importance.qza: Importance of each input feature to model accuracy. + +| + +Description: +------------ +Fit a supervised learning regressor. Outputs the fit estimator (for prediction of test samples and/or unknown samples) and the relative importance of each feature for model accuracy. Optionally use k-fold cross-validation for automatic recursive feature elimination and hyperparameter tuning. + + +| + + + + 10.21105/joss.00934 + @article{cite2, + author = {Pedregosa, Fabian and Varoquaux, Gaël and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and Vanderplas, Jake and Passos, Alexandre and Cournapeau, David and Brucher, Matthieu and Perrot, Matthieu and Duchesnay, Édouard}, + journal = {Journal of machine learning research}, + number = {Oct}, + pages = {2825--2830}, + title = {Scikit-learn: Machine learning in Python}, + volume = {12}, + year = {2011} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 4879c20e7994 test-data/.gitkeep