Machine Learning on a Cancer Dataset - Part 35
Leaving the cancer dataset aside, we're gonna use the iris dataset and other sets of data in the following few videos where we discuss methods of preprocessing with scikit-learn.
The first method that we're going through is 'binarization'. It often is very helpful and process efficient to turn numeric and even text values into zeroes and ones. This can make the entire ML workflow smoother.
You can also convert data back-and-forth, meaning that once you trained an algorithm and you used binarization, you could convert data back into text values for example and use it for interpretation, and not only.
In this video tutorial, we're going very slowly through binarization using dummy data. Other methods of preprocessing are to be described in upcoming videos. I hope this is helpful.
Previous videos in this series:
- Machine Learning on a Cancer Dataset - Part 30
- Machine Learning on a Cancer Dataset - Part 31
- Machine Learning on a Cancer Dataset - Part 32
- Machine Learning on a Cancer Dataset - Part 33
- Machine Learning on a Cancer Dataset - Part 34
To stay in touch with me, follow @cristi
Cristi Vlad, Self-Experimenter and Author
Hi @cristi, I have been meaning to try out some ml on steemit data. I have mainly used R before but b it would be interesting to try out some python libraries.
In order to apply python ml I'll be using your posts for reference. Thanks for this useful info.
good luck!
Nice! I've been wanting to get into ML for a while now, I think it's time to put in some work and watch your tutorials. Thanks for sharing these!
Nice post