PyMLPipe

{%if deploy_status==False%}
Instance of the same model is already Deployed!!!!
{%endif%}
{%if is_deployed%} Deploy {%else%} Deploy {%endif%}

Run Details

{%for details in expertiment_details%} {%if details=='TAGS'%} {%elif details=='VERSION'%} {%else%} {%endif%} {%endfor%}
Parmaters Values
{{details}} {%for tag in expertiment_details[details]%} {{tag}} {%endfor%} {{expertiment_details[details]}} {{expertiment_details[details]}}
{%if model_type=="scikit-learn"%} {%elif model_type=="torch"%} {%else%} {%endif%} {%if metrics_log|length>0%} {%endif%} {%if XAI!=""%} {%endif%}