How to Transform Your Machine Learning Data in Weka
Last Updated on December 13, 2019 Often your raw data for machine learning is not in an ideal form for modeling. You need to prepare or reshape it to meet the expectations of different machine learning algorithms. In this post you will discover two techniques that you can use to transform your machine learning data ready for modeling. After reading this post you will know: How to convert a real valued attribute into a discrete distribution called discretization. How to […]
Read more