Skip to content

Instantly share code, notes, and snippets.

@Ben-Epstein
Last active November 5, 2020 15:28
Show Gist options
  • Save Ben-Epstein/632c4db7dd3dfe2a5d73c90b3175e36b to your computer and use it in GitHub Desktop.
Save Ben-Epstein/632c4db7dd3dfe2a5d73c90b3175e36b to your computer and use it in GitHub Desktop.
Setup for MLFlow and NSDS
from splicemachine.spark import PySpliceContext
from splicemachine.mlflow_support import *
splice = PySpliceContext(spark)
mlflow.register_splice_context(splice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment