``inflection_point`` -------------------- - Available in Data Preparation for Target Encoding Description ~~~~~~~~~~~ The inflection point value is used for blending and to calculate ``lambda``. This determines half of the minimal sample size for which we completely trust the estimate based on the sample in the particular level of the categorical variable. This value defaults value to 10. Related Parameters ~~~~~~~~~~~~~~~~~~ - `blended_avg `__ - `noise `__ - `smoothing `__ - `holdout_type `__ Example ~~~~~~~ Refer to the `Target Encoding <../../data-munging/target-encoding.html>`__ data munging topic to view a detailed example.