How to Perform Feature Selection With Machine Learning Data in Weka
Last Updated on December 13, 2019 Raw machine learning data contains a mixture of attributes, some of which are relevant to making predictions. How do you know which features to use and which to remove? The process of selecting features in your data to model your problem is called feature selection. In this post you will discover how to perform feature selection with your machine learning data in Weka. After reading this post you will know: About the importance of feature […]
Read more