Skip to content

Instantly share code, notes, and snippets.

@pycaret
Created August 5, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pycaret/2aadaef5e12811f848e556667d37b6ad to your computer and use it in GitHub Desktop.
Save pycaret/2aadaef5e12811f848e556667d37b6ad to your computer and use it in GitHub Desktop.
name: "PyCaret AutoML Git Action"
description: "A simple example of AutoML created using PyCaret 2.0"
author: "Moez Ali"
inputs:
DATASET:
description: "Dataset for Training"
required: true
default: "juice"
TARGET:
description: "Name of Target variable"
required: true
default: "Purchase"
USECASE:
description: "Use-case Classification or Regression"
required: true
default: "classification"
outputs:
myOutput:
description: "Output from the action"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: 'box'
color: 'blue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment