rebo16v commented on code in PR #48347: URL: https://github.com/apache/spark/pull/48347#discussion_r1793026962
########## docs/ml-features.md: ########## @@ -855,6 +855,46 @@ for more details on the API. </div> +## TargetEncoder + +Target Encoding maps a column of categorical indices into a numerical feature derived from the target. For string type input data, it is common to encode categorical features using [StringIndexer](ml-features.html#stringindexer) first. Review Comment: i think it's ok now. what do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
