Month: July 2019

  • Decision trees for feature selection

    I asked twitter who is using decision trees and what for. Most were using them, unsurprisingly, to make decisions. It wasn’t always clear how the trees themselves were built. If you are armed with data, so that each row has some features and a categor…

  • Decision trees for feature selection

    I asked twitter who is using decision trees and what for. Most were using them, unsurprisingly, to make decisions. It wasn’t always clear how the trees themselves were built. If you are armed with data, so that each row has some features and a categor…

  • Building an all-in-one Jar in Gradle with the Kotlin DSL

    To build a “fat” Jar of your Java or Kotlin project that contains all the dependencies within a single file, you can use the shadow Gradle plugin. I found it hard to find clear documentation on how it works using the Gradle Kotlin DSL (with a build.gra…