All Courses

How do you identify important variables while working on a data set in machine learning?

By Albert, 2 years ago
  • Bookmark
0

how to select variable for performing operations on data set?Which variable is important for better prediction.

Data set
Machine learning
1 Answer
0

There are various means to select important variables from a data set that include the following:

  1. Identify and discard correlated variables before finalizing on important variables
  2. Use visualization for better understanding of correlation.
  3. The variables could be selected based on ‘p’ values from Linear Regression
  4. Forward, Backward, and Step wise selection
  5. Lasso Regression
  6. Random Forest and plot variable chart
  7. Top features can be selected based on information gain for the available set of features.


Your Answer

Webinars

Why You Should Learn Data Science in 2023?

Jun 8th (7:00 PM) 289 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More