Binning data

Now I am trying to build new SAR expansion method. And to do that, I want to convert a dataset from continues to binned one. I searched google and found some method to achieve that. One is using Numpy and the other one is using Pandas. I thought using pandas is more efficient way. BasicContinue reading “Binning data”

Try Grumpy.

Somedays ago, I read a news from google. Google developed “Grumpy”, it is an experimental runtime for Go. https://opensource.googleblog.com/2017/01/grumpy-go-running-python.html Grumpy translates python code into Go programs. I do not have knowledge about Golang, but it seems interesting. So, I used grumpy. Grumpy can get from github. https://github.com/google/grumpy If user want to use grumpy, install isContinue reading “Try Grumpy.”