SKLearn server
Model Information
Basic
Property | Description |
---|---|
Model Image |
|
Input | ndarray |
Output | ndarray |
Repository |
Model URI Structure
model.joblib: The model file should be saved by the
joblib
format. For more information, please see scikit-learn Model persistence document
How It Works
You can check the detailed code in the Github. Here, we demonstrate by the pseudo-code.
Load the model
Predict
Example
The example uses the scikit-learn iris dataset
Property | Description |
---|---|
Model Image |
|
Model URI |
|
Test Request
Test Result
Last updated