Untitled
unknown
plain_text
2 years ago
184 B
9
Indexable
def save(self):
with tempfile.TemporaryDirectory() as tmpdirname:
self.mapping_df.write.parquet(f'file:{tmpdirname}/string_indexer_df')
mlflow.log_artifEditor is loading...