Input features

{{ filter.pagination.from + 1 }}-{{ filter.pagination.to + 1 }} of {{ filter.pagination.size }}
Feature Name
Role
Type
Summary
Monotonicity
 {{proc.name}}
 Input  Input (past only)  {{ isCausalPrediction() | targetRoleName | capitalize }} Weight  Time  Time series identifier
 Input
 Treatment  Display only  Rejected
Category [ ] Vector Image Text # Numeric
No handling Dummy encoding Target encoding Ordinal encoding Frequency encoding Presence flag Hashing Custom , drop missing , impute missing Presence flag Avg-std rescaling Min-max rescaling Binarization Custom Binning in {{proc.quantile_bin_nb_bins}} quantiles Cyclical datetime encoding Term hashing Term hashing + SVD TF/IDF vectorization Count vectorization Text embedding Custom Unfolding Custom Image embedding
Control value:
Preferred class:
Increasing Decreasing

Encoding map

{{encodingValue|number:3}}

Categorical feature coding

Encoding a categorical feature consists in replacing each value of the feature by a numerical value. There are different methods to compute this numerical value, including target encoding (impact, GLMM), ordinal encoding, and frequency encoding.

Count vectorization

  • Used words: {{modelData.preprocessingReport.countvec[proc.name].used_words}}
  • Dropped words: {{modelData.preprocessingReport.countvec[proc.name].dropped_words}}

TF/IDF vectorization

  • Used words: {{modelData.preprocessingReport.tfidfvec[proc.name].used_words}}
  • Dropped words: {{modelData.preprocessingReport.tfidfvec[proc.name].dropped_words}}

Text embedding

  • Used model: {{sentenceEmbModel.friendlyName}}
  • Max tokens limit: {{sentenceEmbModel.tokensLimit}}

Image embedding

  • Used model: {{imageModel.friendlyName}}

Preprocessed features ({{modelData.perf.processed_feature_names.length}})

{{name | mlFeature}}

Feature generation

None enabled
Linear combinations: enabled, generated {{modelData.preprocessingReport.pairwise_linear.built_features}} new features from {{modelData.preprocessingReport.pairwise_linear.input_features}} input features
Polynomial combinations: enabled, generated {{modelData.preprocessingReport.polynomial_interactions.built_features}} new features from {{modelData.preprocessingReport.polynomial_interactions.input_features}} input features
Feature Interactions
  • {{interaction.column_1}} × {{interaction.column_2}}