File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3030
3131nav :
3232 - Getting started : index.md
33- - Metrics : metrics.md
3433 - API Reference : api.md
34+ - Metrics : metrics.md
3535 - Examples : examples.md
3636
3737plugins :
@@ -42,6 +42,7 @@ plugins:
4242 options :
4343 show_root_toc_entry : false
4444 show_root_heading : true
45+ show_bases : false
4546 show_docstring : true
4647 show_source : false
4748 show_signature : true
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ def report(
9090 Limit the compute time used by setting `max_sample_size_accuracy` and `max_sample_size_embeddings`.
9191
9292 Args:
93- syn_tgt_data: Synthetic samples
94- trn_tgt_data: Training samples
95- hol_tgt_data: Holdout samples
93+ syn_tgt_data: Synthetic (target) samples
94+ trn_tgt_data: Training (target) samples
95+ hol_tgt_data: Holdout (target) samples
9696 syn_ctx_data: Synthetic context samples
9797 trn_ctx_data: Training context samples
9898 hol_ctx_data: Holdout context samples
You can’t perform that action at this time.
0 commit comments