[Solved] Converting list into array in python – Machine Learning
It’s not a must, but it’s very convenient because of a huge amount of handy and very fast (vectorized) functions/methods, provided by Numpy/SciPy modules. Actually most of the machine-learning methods (at least in the sklearn module) will try to convert input arrays into Numpy arrays, in order to be able to use Numpy’s functions/methods. Consider … Read more