Skip to content

Commit

Permalink
fix(docs): update broken link in sklearn predictor README (kubeflow#1588
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NikeNano authored May 3, 2021
1 parent 5551b1f commit ef9b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sklearnserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ usage: __main__.py [-h] [--http_port HTTP_PORT] [--grpc_port GRPC_PORT]
__main__.py: error: the following arguments are required: --model_dir
```

You can now point to your `joblib` or `pkl` model file and use the server to load the model and test for prediction. Models can be on local filesystem, S3 compatible object storage, Azure Blob Storage, or Google Cloud Storage. If both joblib and pickle formats are presented, joblib model will get loaded. Please follow [this sample](https://github.com/kubeflow/kfserving/tree/master/docs/samples/sklearn) to test your server by generating your own model.
You can now point to your `joblib` or `pkl` model file and use the server to load the model and test for prediction. Models can be on local filesystem, S3 compatible object storage, Azure Blob Storage, or Google Cloud Storage. If both joblib and pickle formats are presented, joblib model will get loaded. Please follow [this sample](https://github.com/kubeflow/kfserving/tree/master/docs/samples/v1alpha2/sklearn) to test your server by generating your own model.

## Development

Expand Down

0 comments on commit ef9b0da

Please sign in to comment.