Skip to content

Commit eca57b1

Browse files
authored
Merge pull request #150 from rikhuijzer/rh/fix-doc
Fix missing args in docstring of `metadata_model`
2 parents ee0a281 + 9c1bf7c commit eca57b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metadata_utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Helper function to write the metadata for a model `T`.
7878
* `supports_weights=false`: whether the model supports sample weights
7979
* `supports_class_weights=false`: whether the model supports class weights
8080
* `load_path="unknown"`: where the model is (usually `PackageName.ModelName`)
81+
* `human_name=nothing`: human name of the model
8182
8283
## Example
8384

0 commit comments

Comments
 (0)