Skip to content

Instantly share code, notes, and snippets.

View softwaredoug's full-sized avatar
😇

Doug Turnbull softwaredoug

😇
View GitHub Profile
@dbeach
dbeach / data.json
Created September 21, 2013 21:50
Intro to D3 Force Graphs (BeCamp 2013 – Charlottesville, VA)
[
{
"_position": 0,
"name": "Big Data",
"type": "topic",
"connections": [3]
},
{
"_position": 1,
"name": "Search UI",
@fabianp
fabianp / ranking.py
Last active February 1, 2024 10:02
Pairwise ranking using scikit-learn LinearSVC
"""
Implementation of pairwise ranking using scikit-learn LinearSVC
Reference:
"Large Margin Rank Boundaries for Ordinal Regression", R. Herbrich,
T. Graepel, K. Obermayer 1999
"Learning to rank from medical imaging data." Pedregosa, Fabian, et al.,
Machine Learning in Medical Imaging 2012.
@fj
fj / gist:1065069
Last active September 26, 2015 07:58
First Wednesdays Charlottesville info