Uploading Model Artifacts

Before uploading your model artifact into Fiddler, you need to add the model using model.create function as well as create a baseline for it.

Once you have prepared the model artifact directory, you can upload your model.

Upload the artifact


job = model.add_artifact(
    model_dir=MODEL_ARTIFACTS_DIR,
)
job.wait()

Last updated

© 2024 Fiddler AI