COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Pruning
|
|
Feature selection
|
|
Data cleaning
|
|
Decision tree generation
|
Detailed explanation-1: -Exploratory Analysis: Exploratory analysis or Exploratory data analysis (EDA) is an important step of features engineering, which is mainly used by data scientists. This step involves analysis, investing data set, and summarization of the main characteristics of data.
Detailed explanation-2: -Feature engineering is the process of selecting, transforming, extracting, combining, and manipulating raw data to generate the desired variables for analysis or predictive modeling. It is a crucial step in developing a machine learning model.
Detailed explanation-3: -Feature construction involves transforming a given set of input features to generate a new set of more powerful features which can then be used for prediction (sometimes these are called “derived” features).