Skip to content

Commit

Permalink
Merge pull request #38 from goeckslab/Release_v3.3.2
Browse files Browse the repository at this point in the history
Add auto_tool_repos
  • Loading branch information
qchiujunhao authored Dec 11, 2024
2 parents 5089a5d + 627deae commit d79b0f7
Showing 1 changed file with 23 additions and 3 deletions.
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.

0 comments on commit d79b0f7

Please sign in to comment.