mlflow / mlflow-export-import

Apache License 2.0
139 stars 87 forks source link

import changing filenames incorrectly #166

Open paprocki-r opened 10 months ago

paprocki-r commented 10 months ago

In Databricks serving I have an issue caused by Import notebook image In DBFS I can see my model has a file names variablesDOTdata image

But after importing the model I can see in "Artifact" that the file changed it's name to variablesUNDERSCOREdata image

For export I used Export Model Version notebook https://github.com/mlflow/mlflow-export-import/blob/cffdb4410098503ca8b75a11e039473fda594021/databricks_notebooks/single/Export_Model_Version.py

For import I Import Model Version notebook https://github.com/mlflow/mlflow-export-import/blob/cffdb4410098503ca8b75a11e039473fda594021/databricks_notebooks/single/Import_Model_Version.py