Untitled
Anonymous
plain_text
07/31/2023 1:05 PM
248 B
18
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...