Last active
November 5, 2020 15:28
-
-
Save Ben-Epstein/632c4db7dd3dfe2a5d73c90b3175e36b to your computer and use it in GitHub Desktop.
Setup for MLFlow and NSDS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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