{{ algo_info.name }}

{{ algo_info.description }}

External documentation

Keywords: {% for tag in algo_info.tags %} {{ tag }} {% endfor %}

{% for key, val in algo_params.items() %} {% endfor %}
Parameter Default
{{ key }} {{ val.get("description") }} {{ val.get("default") }}