In: Computer Science
Evaluate the performance of the Machine Learning-Deep learning model and discuss how the choice of input features affects the model performance.
The performance of the Machine Learning-Deep learning model is evaluated using the following metrics
Feature selection is one of the most important concepts of machine learning. It has huge impact on model performance and accuracy.
Data cleaning and feature selection must be done in the very initial stages of developing a model. If you proceed to model without data cleaning and feature selection process the accuracy of the model will be drastically reduced.
Some of the advantages of performing the above operations
for example,
you are developing a model for predicting the salary of an employee we may consider features like age, position, experience etc..
but salary has nothing to do with employee name or his family
details so we need to remove (not to select) this type of features
in feature selection