Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto_tool_repos #38

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions tools/.shed.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
categories:
- Machine Learning
description: Tools for machine learning with pycaret in a simple, powerful and robust way
description: A powerful and robust low-code library for simplifying machine learning workflows with PyCaret.
name: galaxy_pycaret
owner: goeckslab
long_description: Tools for machine learning with pycaret in a simple, powerful and robust way
long_description: |
PyCaret is a low-code machine learning library that simplifies the process of building, training, and deploying machine learning models.
With its comprehensive suite of tools, PyCaret enables users to perform complex tasks such as data preprocessing,
model selection, hyperparameter tuning, and evaluation, all within a single, intuitive interface.
It is designed to be powerful and robust, making it suitable for both beginners and advanced users.
Whether you are exploring data for insights, building predictive models, or deploying them into production,
PyCaret provides a streamlined workflow that saves time and reduces code complexity.
remote_repository_url: https://github.com/goeckslab/Galaxy-Pycaret
homepage_url: https://github.com/goeckslab/Galaxy-Pycaret
homepage_url: https://github.com/goeckslab/Galaxy-Pycaret

auto_tool_repositories:
name_template: "{{ tool_id }}"
description_template: "Wrapper for pycaret tool: {{ tool_name }}"
suite:
name: suite_pycaret
description: A powerful and robust low-code library for simplifying machine learning workflows with PyCaret.
long_description: |
PyCaret is a low-code machine learning library that simplifies the process of building, training, and deploying machine learning models.
With its comprehensive suite of tools, PyCaret enables users to perform complex tasks such as data preprocessing,
model selection, hyperparameter tuning, and evaluation, all within a single, intuitive interface.
It is designed to be powerful and robust, making it suitable for both beginners and advanced users.
Whether you are exploring data for insights, building predictive models, or deploying them into production,
PyCaret provides a streamlined workflow that saves time and reduces code complexity.
Loading