Decorators in Python make composability easier
The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disco...
The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disco...
Last week I talked about how I created 49travel. I went over broadly on the ingredients and often glossed over many details. This week I want to talk about ...
In our last couple of posts we looked at how we could optimize pandas functions. This post will be different. We still want to address issues that we face ...
In our last post we saw that we can get much more performance by rewriting Pandas GroupBy - Apply in NumPy. I also mentioned that I could not get Numba work...
If you use PySpark a lot you would know that the DataFrame API is great. However there are times when it is not sufficient because it does not cover every s...
There are many differen ways to do machine learning. The most popular methods use neural networks. We are usually given some data and we train the neural ne...
The second paper from my PhD got published recently in Computers and Fluids. If you don’t have access, there’s a free version on ResearchGate and the prepri...
Hello world!!