123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503 |
- [role="xpack"]
- [[put-trained-models]]
- = Create trained models API
- [subs="attributes"]
- ++++
- <titleabbrev>Create trained models</titleabbrev>
- ++++
- Creates a trained model.
- WARNING: Models created in version 7.8.0 are not backwards compatible
- with older node versions. If in a mixed cluster environment,
- all nodes must be at least 7.8.0 to use a model stored by
- a 7.8.0 node.
- [[ml-put-trained-models-request]]
- == {api-request-title}
- `PUT _ml/trained_models/<model_id>`
- [[ml-put-trained-models-prereq]]
- == {api-prereq-title}
- Requires the `manage_ml` cluster privilege. This privilege is included in the
- `machine_learning_admin` built-in role.
- [[ml-put-trained-models-desc]]
- == {api-description-title}
- The create trained model API enables you to supply a trained model that is not
- created by {dfanalytics}.
- [[ml-put-trained-models-path-params]]
- == {api-path-parms-title}
- `<model_id>`::
- (Required, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=model-id]
- [[ml-put-trained-models-query-params]]
- == {api-query-parms-title}
- `defer_definition_decompression`::
- (Optional, boolean)
- If set to `true` and a `compressed_definition` is provided, the request defers
- definition decompression and skips relevant validations.
- This deferral is useful for systems or users that know a good byte size estimate for their
- model and know that their model is valid and likely won't fail during inference.
- [role="child_attributes"]
- [[ml-put-trained-models-request-body]]
- == {api-request-body-title}
- `compressed_definition`::
- (Required, string)
- The compressed (GZipped and Base64 encoded) {infer} definition of the model.
- If `compressed_definition` is specified, then `definition` cannot be specified.
- //Begin definition
- `definition`::
- (Required, object)
- The {infer} definition for the model. If `definition` is specified, then
- `compressed_definition` cannot be specified.
- +
- .Properties of `definition`
- [%collapsible%open]
- ====
- //Begin preprocessors
- `preprocessors`::
- (Optional, object)
- Collection of preprocessors. See <<ml-put-trained-models-preprocessor-example>>.
- +
- .Properties of `preprocessors`
- [%collapsible%open]
- =====
- //Begin frequency encoding
- `frequency_encoding`::
- (Required, object)
- Defines a frequency encoding for a field.
- +
- .Properties of `frequency_encoding`
- [%collapsible%open]
- ======
- `feature_name`::
- (Required, string)
- The name of the resulting feature.
- `field`::
- (Required, string)
- The field name to encode.
- `frequency_map`::
- (Required, object map of string:double)
- Object that maps the field value to the frequency encoded value.
- `custom`::
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=custom-preprocessor]
- ======
- //End frequency encoding
- //Begin one hot encoding
- `one_hot_encoding`::
- (Required, object)
- Defines a one hot encoding map for a field.
- +
- .Properties of `one_hot_encoding`
- [%collapsible%open]
- ======
- `field`::
- (Required, string)
- The field name to encode.
- `hot_map`::
- (Required, object map of strings)
- String map of "field_value: one_hot_column_name".
- `custom`::
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=custom-preprocessor]
- ======
- //End one hot encoding
- //Begin target mean encoding
- `target_mean_encoding`::
- (Required, object)
- Defines a target mean encoding for a field.
- +
- .Properties of `target_mean_encoding`
- [%collapsible%open]
- ======
- `default_value`:::
- (Required, double)
- The feature value if the field value is not in the `target_map`.
- `feature_name`:::
- (Required, string)
- The name of the resulting feature.
- `field`:::
- (Required, string)
- The field name to encode.
- `target_map`:::
- (Required, object map of string:double)
- Object that maps the field value to the target mean value.
- `custom`::
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=custom-preprocessor]
- ======
- //End target mean encoding
- =====
- //End preprocessors
- //Begin trained model
- `trained_model`::
- (Required, object)
- The definition of the trained model.
- +
- .Properties of `trained_model`
- [%collapsible%open]
- =====
- //Begin tree
- `tree`::
- (Required, object)
- The definition for a binary decision tree.
- +
- .Properties of `tree`
- [%collapsible%open]
- ======
- `classification_labels`:::
- (Optional, string) An array of classification labels (used for
- `classification`).
- `feature_names`:::
- (Required, string)
- Features expected by the tree, in their expected order.
- `target_type`:::
- (Required, string)
- String indicating the model target type; `regression` or `classification`.
- `tree_structure`:::
- (Required, object)
- An array of `tree_node` objects. The nodes must be in ordinal order by their
- `tree_node.node_index` value.
- ======
- //End tree
- //Begin tree node
- `tree_node`::
- (Required, object)
- The definition of a node in a tree.
- +
- --
- There are two major types of nodes: leaf nodes and not-leaf nodes.
- * Leaf nodes only need `node_index` and `leaf_value` defined.
- * All other nodes need `split_feature`, `left_child`, `right_child`,
- `threshold`, `decision_type`, and `default_left` defined.
- --
- +
- .Properties of `tree_node`
- [%collapsible%open]
- ======
- `decision_type`::
- (Optional, string)
- Indicates the positive value (in other words, when to choose the left node)
- decision type. Supported `lt`, `lte`, `gt`, `gte`. Defaults to `lte`.
- `default_left`::
- (Optional, Boolean)
- Indicates whether to default to the left when the feature is missing. Defaults
- to `true`.
- `leaf_value`::
- (Optional, double)
- The leaf value of the of the node, if the value is a leaf (in other words, no
- children).
- `left_child`::
- (Optional, integer)
- The index of the left child.
- `node_index`::
- (Integer)
- The index of the current node.
- `right_child`::
- (Optional, integer)
- The index of the right child.
- `split_feature`::
- (Optional, integer)
- The index of the feature value in the feature array.
- `split_gain`::
- (Optional, double) The information gain from the split.
- `threshold`::
- (Optional, double)
- The decision threshold with which to compare the feature value.
- ======
- //End tree node
- //Begin ensemble
- `ensemble`::
- (Optional, object)
- The definition for an ensemble model. See <<ml-put-trained-models-model-example>>.
- +
- .Properties of `ensemble`
- [%collapsible%open]
- ======
- //Begin aggregate output
- `aggregate_output`::
- (Required, object)
- An aggregated output object that defines how to aggregate the outputs of the
- `trained_models`. Supported objects are `weighted_mode`, `weighted_sum`, and
- `logistic_regression`. See <<ml-put-trained-models-aggregated-output-example>>.
- +
- .Properties of `aggregate_output`
- [%collapsible%open]
- =======
- //Begin logistic regression
- `logistic_regression`::
- (Optional, object)
- This `aggregated_output` type works with binary classification (classification
- for values [0, 1]). It multiplies the outputs (in the case of the `ensemble`
- model, the inference model values) by the supplied `weights`. The resulting
- vector is summed and passed to a
- {wikipedia}/Sigmoid_function[`sigmoid` function]. The result
- of the `sigmoid` function is considered the probability of class 1 (`P_1`),
- consequently, the probability of class 0 is `1 - P_1`. The class with the
- highest probability (either 0 or 1) is then returned. For more information about
- logistic regression, see
- {wikipedia}/Logistic_regression[this wiki article].
- +
- .Properties of `logistic_regression`
- [%collapsible%open]
- ========
- `weights`:::
- (Required, double)
- The weights to multiply by the input values (the inference values of the trained
- models).
- ========
- //End logistic regression
- //Begin weighted sum
- `weighted_sum`::
- (Optional, object)
- This `aggregated_output` type works with regression. The weighted sum of the
- input values.
- +
- .Properties of `weighted_sum`
- [%collapsible%open]
- ========
- `weights`:::
- (Required, double)
- The weights to multiply by the input values (the inference values of the trained
- models).
- ========
- //End weighted sum
- //Begin weighted mode
- `weighted_mode`::
- (Optional, object)
- This `aggregated_output` type works with regression or classification. It takes
- a weighted vote of the input values. The most common input value (taking the
- weights into account) is returned.
- +
- .Properties of `weighted_mode`
- [%collapsible%open]
- ========
- `weights`:::
- (Required, double)
- The weights to multiply by the input values (the inference values of the trained
- models).
- ========
- //End weighted mode
- //Begin exponent
- `exponent`::
- (Optional, object)
- This `aggregated_output` type works with regression. It takes a weighted sum of
- the input values and passes the result to an exponent function
- (`e^x` where `x` is the sum of the weighted values).
- +
- .Properties of `exponent`
- [%collapsible%open]
- ========
- `weights`:::
- (Required, double)
- The weights to multiply by the input values (the inference values of the trained
- models).
- ========
- //End exponent
- =======
- //End aggregate output
- `classification_labels`::
- (Optional, string)
- An array of classification labels.
- `feature_names`::
- (Optional, string)
- Features expected by the ensemble, in their expected order.
- `target_type`::
- (Required, string)
- String indicating the model target type; `regression` or `classification.`
- `trained_models`::
- (Required, object)
- An array of `trained_model` objects. Supported trained models are `tree` and
- `ensemble`.
- ======
- //End ensemble
- =====
- //End trained model
- ====
- //End definition
- `description`::
- (Optional, string)
- A human-readable description of the {infer} trained model.
- `estimated_heap_memory_usage_bytes`::
- (Optional, integer) deprecated:[7.16.0,Replaced by `model_size_bytes`]
- `estimated_operations`::
- (Optional, integer)
- The estimated number of operations to use the trained model during inference.
- This property is supported only if `defer_definition_decompression` is `true` or
- the model definition is not supplied.
- //Begin inference_config
- `inference_config`::
- (Required, object)
- The default configuration for inference. This can be: `regression`,
- `classification`, `fill_mask`, `ner`, `question_answering`,
- `text_classification`, `text_embedding` or `zero_shot_classification`.
- If `regression` or `classification`, it must match the `target_type` of the
- underlying `definition.trained_model`. If `fill_mask`, `ner`,
- `question_answering`, `text_classification`, or `text_embedding`; the
- `model_type` must be `pytorch`.
- +
- .Properties of `inference_config`
- [%collapsible%open]
- ====
- `classification`:::
- (Optional, object)
- Classification configuration for inference.
- +
- .Properties of classification inference
- [%collapsible%open]
- =====
- `num_top_classes`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-classification-num-top-classes]
- `num_top_feature_importance_values`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-classification-num-top-feature-importance-values]
- `prediction_field_type`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-classification-prediction-field-type]
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `top_classes_results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-classification-top-classes-results-field]
- =====
- `fill_mask`:::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-fill-mask]
- +
- .Properties of fill_mask inference
- [%collapsible%open]
- =====
- `num_top_classes`::::
- (Optional, integer)
- Number of top predicted tokens to return for replacing the mask token. Defaults to `0`.
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `ner`:::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-ner]
- +
- .Properties of ner inference
- [%collapsible%open]
- =====
- `classification_labels`::::
- (Optional, string)
- An array of classification labels. NER only supports Inside-Outside-Beginning
- labels (IOB) and only persons, organizations, locations, and miscellaneous.
- Example: ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC",
- "I-MISC"]
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `pass_through`:::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-pass-through]
- +
- .Properties of pass_through inference
- [%collapsible%open]
- =====
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `question_answering`:::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-question-answering]
- +
- .Properties of question_answering inference
- [%collapsible%open]
- =====
- `max_answer_length`::::
- (Optional, integer)
- The maximum amount of words in the answer. Defaults to `15`.
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- Recommended to set `max_sentence_length` to `386` with `128` of `span` and set
- `truncate` to `none`.
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `regression`:::
- (Optional, object)
- Regression configuration for inference.
- +
- .Properties of regression inference
- [%collapsible%open]
- =====
- `num_top_feature_importance_values`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-regression-num-top-feature-importance-values]
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- =====
- `text_classification`:::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-text-classification]
- +
- .Properties of text_classification inference
- [%collapsible%open]
- =====
- `classification_labels`::::
- (Optional, string) An array of classification labels.
- `num_top_classes`::::
- (Optional, integer)
- Specifies the number of top class predictions to return. Defaults to all classes (-1).
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `text_embedding`:::
- (Object, optional)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-text-embedding]
- +
- .Properties of text_embedding inference
- [%collapsible%open]
- =====
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `text_similarity`::::
- (Object, optional)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-text-similarity]
- +
- .Properties of text_similarity inference
- [%collapsible%open]
- =====
- `span_score_combination_function`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-text-similarity-span-score-func]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `span`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-span]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- `zero_shot_classification`:::
- (Object, optional)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-zero-shot-classification]
- +
- .Properties of zero_shot_classification inference
- [%collapsible%open]
- =====
- `classification_labels`::::
- (Required, array)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-zero-shot-classification-classification-labels]
- `hypothesis_template`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-zero-shot-classification-hypothesis-template]
- `labels`::::
- (Optional, array)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-zero-shot-classification-labels]
- `multi_label`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-zero-shot-classification-multi-label]
- `results_field`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-results-field]
- `tokenization`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization]
- +
- .Properties of tokenization
- [%collapsible%open]
- ======
- `bert`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert]
- +
- .Properties of bert
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-bert-with-special-tokens]
- =======
- `roberta`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta]
- +
- .Properties of roberta
- [%collapsible%open]
- =======
- `add_prefix_space`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-add-prefix-space]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-roberta-with-special-tokens]
- =======
- `mpnet`::::
- (Optional, object)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet]
- +
- .Properties of mpnet
- [%collapsible%open]
- =======
- `do_lower_case`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-do-lower-case]
- `max_sequence_length`::::
- (Optional, integer)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-max-sequence-length]
- `truncate`::::
- (Optional, string)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-truncate]
- `with_special_tokens`::::
- (Optional, boolean)
- include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=inference-config-nlp-tokenization-mpnet-with-special-tokens]
- =======
- ======
- =====
- ====
- //End of inference_config
- //Begin input
- `input`::
- (Required, object)
- The input field names for the model definition.
- +
- .Properties of `input`
- [%collapsible%open]
- ====
- `field_names`:::
- (Required, string)
- An array of input field names for the model.
- ====
- //End input
- // Begin location
- `location`::
- (Optional, object)
- The model definition location. If the `definition` or `compressed_definition`
- are not specified, the `location` is required.
- +
- .Properties of `location`
- [%collapsible%open]
- ====
- `index`:::
- (Required, object)
- Indicates that the model definition is stored in an index. This object must be
- empty as the index for storing model definitions is configured automatically.
- ====
- // End location
- `metadata`::
- (Optional, object)
- An object map that contains metadata about the model.
- `model_size_bytes`::
- (Optional, integer)
- The estimated memory usage in bytes to keep the trained model in memory. This
- property is supported only if `defer_definition_decompression` is `true` or the
- model definition is not supplied.
- `model_type`::
- (Optional, string)
- The created model type. By default the model type is `tree_ensemble`.
- Appropriate types are:
- +
- --
- * `tree_ensemble`: The model definition is an ensemble model of decision trees.
- * `lang_ident`: A special type reserved for language identification models.
- * `pytorch`: The stored definition is a PyTorch (specifically a TorchScript) model. Currently only
- NLP models are supported. For more information, refer to {ml-docs}/ml-nlp.html[{nlp-cap}].
- --
- `tags`::
- (Optional, string)
- An array of tags to organize the model.
- [[ml-put-trained-models-example]]
- == {api-examples-title}
- [[ml-put-trained-models-preprocessor-example]]
- === Preprocessor examples
- The example below shows a `frequency_encoding` preprocessor object:
- [source,js]
- ----------------------------------
- {
- "frequency_encoding":{
- "field":"FlightDelayType",
- "feature_name":"FlightDelayType_frequency",
- "frequency_map":{
- "Carrier Delay":0.6007414737092798,
- "NAS Delay":0.6007414737092798,
- "Weather Delay":0.024573576178086153,
- "Security Delay":0.02476631010889467,
- "No Delay":0.6007414737092798,
- "Late Aircraft Delay":0.6007414737092798
- }
- }
- }
- ----------------------------------
- //NOTCONSOLE
- The next example shows a `one_hot_encoding` preprocessor object:
- [source,js]
- ----------------------------------
- {
- "one_hot_encoding":{
- "field":"FlightDelayType",
- "hot_map":{
- "Carrier Delay":"FlightDelayType_Carrier Delay",
- "NAS Delay":"FlightDelayType_NAS Delay",
- "No Delay":"FlightDelayType_No Delay",
- "Late Aircraft Delay":"FlightDelayType_Late Aircraft Delay"
- }
- }
- }
- ----------------------------------
- //NOTCONSOLE
- This example shows a `target_mean_encoding` preprocessor object:
- [source,js]
- ----------------------------------
- {
- "target_mean_encoding":{
- "field":"FlightDelayType",
- "feature_name":"FlightDelayType_targetmean",
- "target_map":{
- "Carrier Delay":39.97465788139886,
- "NAS Delay":39.97465788139886,
- "Security Delay":203.171206225681,
- "Weather Delay":187.64705882352948,
- "No Delay":39.97465788139886,
- "Late Aircraft Delay":39.97465788139886
- },
- "default_value":158.17995752420433
- }
- }
- ----------------------------------
- //NOTCONSOLE
- [[ml-put-trained-models-model-example]]
- === Model examples
- The first example shows a `trained_model` object:
- [source,js]
- ----------------------------------
- {
- "tree":{
- "feature_names":[
- "DistanceKilometers",
- "FlightTimeMin",
- "FlightDelayType_NAS Delay",
- "Origin_targetmean",
- "DestRegion_targetmean",
- "DestCityName_targetmean",
- "OriginAirportID_targetmean",
- "OriginCityName_frequency",
- "DistanceMiles",
- "FlightDelayType_Late Aircraft Delay"
- ],
- "tree_structure":[
- {
- "decision_type":"lt",
- "threshold":9069.33437193022,
- "split_feature":0,
- "split_gain":4112.094574306927,
- "node_index":0,
- "default_left":true,
- "left_child":1,
- "right_child":2
- },
- ...
- {
- "node_index":9,
- "leaf_value":-27.68987349695448
- },
- ...
- ],
- "target_type":"regression"
- }
- }
- ----------------------------------
- //NOTCONSOLE
- The following example shows an `ensemble` model object:
- [source,js]
- ----------------------------------
- "ensemble":{
- "feature_names":[
- ...
- ],
- "trained_models":[
- {
- "tree":{
- "feature_names":[],
- "tree_structure":[
- {
- "decision_type":"lte",
- "node_index":0,
- "leaf_value":47.64069875778043,
- "default_left":false
- }
- ],
- "target_type":"regression"
- }
- },
- ...
- ],
- "aggregate_output":{
- "weighted_sum":{
- "weights":[
- ...
- ]
- }
- },
- "target_type":"regression"
- }
- ----------------------------------
- //NOTCONSOLE
- [[ml-put-trained-models-aggregated-output-example]]
- === Aggregated output example
- Example of a `logistic_regression` object:
- [source,js]
- ----------------------------------
- "aggregate_output" : {
- "logistic_regression" : {
- "weights" : [2.0, 1.0, .5, -1.0, 5.0, 1.0, 1.0]
- }
- }
- ----------------------------------
- //NOTCONSOLE
- Example of a `weighted_sum` object:
- [source,js]
- ----------------------------------
- "aggregate_output" : {
- "weighted_sum" : {
- "weights" : [1.0, -1.0, .5, 1.0, 5.0]
- }
- }
- ----------------------------------
- //NOTCONSOLE
- Example of a `weighted_mode` object:
- [source,js]
- ----------------------------------
- "aggregate_output" : {
- "weighted_mode" : {
- "weights" : [1.0, 1.0, 1.0, 1.0, 1.0]
- }
- }
- ----------------------------------
- //NOTCONSOLE
- Example of an `exponent` object:
- [source,js]
- ----------------------------------
- "aggregate_output" : {
- "exponent" : {
- "weights" : [1.0, 1.0, 1.0, 1.0, 1.0]
- }
- }
- ----------------------------------
- //NOTCONSOLE
- [[ml-put-trained-models-json-schema]]
- === Trained models JSON schema
- For the full JSON schema of trained models,
- https://github.com/elastic/ml-json-schemas[click here].
|