You are on page 1of 3

Assignment No.

Feature Selection

G-11
Assignment No. 4

Title: Feature Selection

Problem Definition and Aim of Experiment: To select relevant features using


suitable technique.

Objective of Experiment
1. To understand How to select features?
2. To learn how to prepare dataset.
3. To understand steps include to upload dataset.
4. To learn how to execute python program.
5. To show top 10 Best Features using SelectKBest class

Theory
1. What is Feature selection? (Schematic, Explanation)
2. What are the objectives of Feature selection?
3. What is Data Pre-processing in Machine Learning?
4. Why is Data Pre-processing important?
5. Features in machine learning
6. What are the steps in Data Pre-processing?
 Data Cleaning
 Data Integration
 Data Transformation
 Data Reduction
7. How Data Quality Assessment is done?
8. What are the Feature Engineering?
9. What is the difference between a Feature and a Label?
10. How Features are classified?
11. Why Feature Selection is Important?
12. What are the Applications of Feature Selection?
13. What are the Feature Selection Categories?
14. How to Choose a Feature Selection Method?
15. Feature Selection by Search Strategy
 Filter methods,
 Wrapper methods,
 Embedded methods, and
 Hybrid methods
16. Feature Selection by Search Strategy- Comparison
17. Feature Selection by Label Information
18. Feature Selection - Using Data Perspective
19. Characteristics of Feature Selection Algorithms

Problem Statement
Write problem statement of already available one type of learning
example from available resources. The data must be in CSV format. The
aim is to extract features from given dataset and establish training data.

G-12
Procedure
Write and follow the standard procedure for your selected type of learning
example from available resources assigned to you.

Program Code
Write Algorithm, draw flow-chart of the Problem Statement selected by /
assigned to you. Also enclose a print-out of your Python Program Listing
(*.txt).
NOTE: No hand-written Program Listing is expected; it should be a Print-out!

Program Input
Also attach a print-out of the Dataset in form of *.csv file (comma
separated values) as an input.

Program Output
 Attach a print-out of your program output (result) and Conclusion.

G-13

You might also like