Power of the IOTA Cryptocurrency Have you ever seen Office Space the movie? I was inspired initially as strange as it is, by that movie. The protagonists in the move write software to reroute money that is a rounding error caused by banking transfer and generic payments to the company....

This problem featured here seemed interesting and it was a good place for me to try something new because of the mix of categorical and continuous data fields. I implemented a feature ranking algorithm featured here. It is a filter wrapper approach that measures the importance of each feature and...

The following is just a code snippet that will tell give you back a continuous score between 0 and 1 as to how similar two things are according to google. The script is adapted from the Normalized Google Distance formula highlighted on wikipedia here. import google import math import sys...