Based on a real-world example, I am trying to demonstrate a complete machine learning workflow with minimal amount of code possible. Learn More
Now we got a functioning workflow. But there is something else we can try to make more acurate prediction! Learn More
In the insurance industry, an important topic is to model the loss ratio. We will use the ml library in Spark to implement a popular frequency severity model. Learn More
Spark is awesome, and i never said opposite. However, for smaller projects, sklearn is also a good choice, and has a lot flexibility! Learn More
Faster and more elegant code has always been what we are after. But from all the tools that enhances the performance, is there a clear winner? Coming soon