Skip to content

Instantly share code, notes, and snippets.

View dryleaf's full-sized avatar
🎧
Listen, can you hear it?

Josimar Lopes dryleaf

🎧
Listen, can you hear it?
View GitHub Profile
https://machinelearningmastery.com/how-to-evaluate-machine-learning-algorithms/
https://en.wikipedia.org/wiki/Cross-validation_(statistics)
@dryleaf
dryleaf / hde_challenge.go
Last active May 27, 2018 23:00
HDE programming challenge
package main
import (
"fmt"
"bytes"
"strconv"
)
func main() {
var N int