Skip to content

Instantly share code, notes, and snippets.

@mitbal
Last active June 1, 2022 10:44
Show Gist options
  • Save mitbal/191c4b927e5b05315d7fe7d25eec1edb to your computer and use it in GitHub Desktop.
Save mitbal/191c4b927e5b05315d7fe7d25eec1edb to your computer and use it in GitHub Desktop.
import io
import json
import pickle
from datetime import datetime
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from kfp.v2 import compiler, dsl
from kfp.v2.dsl import component, pipeline
from google_cloud_pipeline_components import aiplatform as vc
from google_cloud_pipeline_components.types import artifact_types
import metapod
from butterfree import caterpie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment