Skip to content

Commit a25ee3d

Browse files
Add with_probabilistic_output in create_model usages
1 parent 24e5c3d commit a25ee3d

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

docs/user_guide/detection_event_rules/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

notebooks/image_classification.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
" version=model_version,\n",
581581
" metric_name=ml3_enums.ModelMetricName.ACCURACY,\n",
582582
" preferred_suggestion_type=ml3_enums.SuggestionType.SAMPLE_WEIGHTS,\n",
583+
" with_probabilistic_output=False\n",
583584
")"
584585
]
585586
},

notebooks/rag.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@
540540
" version=model_version,\n",
541541
" metric_name=None, # Must be None in RAG tasks\n",
542542
" preferred_suggestion_type=None, # Must be None in RAG tasks\n",
543+
" with_probabilistic_output=False\n",
543544
")"
544545
],
545546
"outputs": [],

notebooks/text_classification.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@
542542
" version=model_version,\n",
543543
" metric_name=ml3_enums.ModelMetricName.ACCURACY,\n",
544544
" preferred_suggestion_type=ml3_enums.SuggestionType.SAMPLE_WEIGHTS,\n",
545+
" with_probabilistic_output=False\n",
545546
")"
546547
]
547548
},

0 commit comments

Comments
 (0)