Feature engineering

  • 2024-10-21
  • 별칭: Feature extraction, Featurization

A process that involves the following steps:1

  1. Determining which features might be useful in training a model.
  2. Converting raw data from the dataset into efficient versions of those features.

Footnotes

  1. developers.google.com/machine-learning/glossary#feature_engineering

2025 © ak