We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versioned
1 parent 4525ced commit e6cabdeCopy full SHA for e6cabde
1 file changed
vetiver/vetiver_model.py
@@ -21,15 +21,15 @@ class VetiverModel:
21
Attributes
22
----------
23
model :
24
- A trained model, such as an sklearn or spacy model
+ A trained model, such as an sklearn or PyTorch model
25
name : string
26
Model name or ID
27
ptype_data : pd.DataFrame, np.array
28
Sample of data model should expect when it is being served
29
versioned :
30
- Should the model be served when created?
+ Should the model be versioned when created?
31
description : str
32
- A detailed description of the model. if omitted, a brief description will be generated
+ A detailed description of the model. If omitted, a brief description will be generated.
33
metadata : dict
34
Other details to be saved and accessed for serving
35
"""
0 commit comments