Monthly Archive: April 2018

Coming to $terms in R

A recent analysis I worked on involved building a log regression and some ensemble methods using a data set with about 25 features, in addition to the target. It was...continue reading.

Transpose in Clojure

(require ‘[huri.core :as h] ‘[clojure.core.matrix.dataset :as d] ‘[incanter.core :as i]) ;; FROM MAP OF ROWS TO MAP OF COLUMNS (def byRow [{:x 1 :y “a”} {:x 2 :y “b”} {:x...continue reading.