Skip to content

Commit c893a81

Browse files
committed
Fix missing args in docstring of metadata_model
1 parent 536dd72 commit c893a81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/metadata_utils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Helper function to write the metadata for a model `T`.
7777
* `output_scitype=Unkonwn`: allowed scitype of the transformed data (unsupervised)
7878
* `supports_weights=false`: whether the model supports sample weights
7979
* `supports_class_weights=false`: whether the model supports class weights
80+
* `docstring=nothing`: docstring for the model
8081
* `load_path="unknown"`: where the model is (usually `PackageName.ModelName`)
82+
* `human_name=nothing`: human name of the model
8183
8284
## Example
8385

0 commit comments

Comments
 (0)