Skip to content

Instantly share code, notes, and snippets.

View jack281291's full-sized avatar

Antonio Lisi jack281291

  • Bologna, Italy
View GitHub Profile
@jack281291
jack281291 / avazu_ftrl_concurrent.go
Created November 8, 2016 10:02 — forked from ceshine/avazu_ftrl_concurrent.go
Kaggle Avazu Challenge: FTRL-Proximal with L1 & L2 implemented in Go (Concurrent/Multi-threaded)
// Based on tinrtgu's Python script here:
// https://www.kaggle.com/c/avazu-ctr-prediction/forums/t/10927/beat-the-benchmark-with-less-than-1mb-of-memory
package main
import (
"encoding/csv"
"os"
"strconv"
"hash/fnv"
"math"