Uploading A Ranking Model Artifact
🚧 Note
For more information on uploading a model artifact to Fiddler, see Uploading a Model Artifact.
Suppose you would like to upload a model artifact for a ranking model.
Following is an example of what the package.py
script may look like.
Here, we are assuming that the model prediction column that has been specified in the fdl.ModelSpec
object is called score
.
Please checkout this quickstart notebook to work through an example of onboarding a ranking model on to Fiddler.
Last updated