
Kaggle - Titanic(3)
·
Kaggle
이번에는 Titanic에서 Feature Engineering을 해보도록 하겠습니다~ 4.Feature Engineering Feature engineering is the process of using domain knowledge of the data to create features (feature vectors) that make machine learning algorithms work. feature vector is an n-dimensional vector of numerical features that represent some object. Many algorithms in machine learning require a numerical representation of objects,..