Hi! I have been working on machine learning and statistical software (especially using R/Python/C/C++/JavaScript) since my undergrad in Berkeley Stats (BA 2006), and my PhD in Paris (2012). Since 2024 I work as a Tenured Associate Professor in Université de Sherbrooke, Département d'Informatique, where I direct the LASSO research lab (Learning Algorithms, Statistical Software, Optimization). See my web page for complete CV.
I have published 40+ peer-reviewed research papers on machine learning and statistical software. My research emphasizes fast, accurate, and interpretable algorithms for learning from large data, using continuous optimization (clustering, regression, ranking, classification) and discrete optimization (changepoint detection, dynamic programming). The main application domains for these algorithms are genomics, neuroscience, medicine, microbiome, cybersecurity, robotics, satellite/sonar imagery, climate/carbon modeling. See my Publications page for more info.
I have mentored 30+ students in research projects, as well as another 30+ open-source software contributors with R Project in Google Summer of Code. See my Teaching page for a list of students mentored.
I think reproducible research is important, so in addition to every research paper, I also provide
- Source code for doing the analyses and creating the figures, typically in a GitHub repo. See "Reproducible" links on my Publications page.
- A reference implementation of the algorithm(s) described in the paper, typically as an R package. See my Software page.
Below is a summary of selected software that I have authored or co-authored.
- penaltyLearning: supervised learning algorithms for predicting penalty values in labeled optimal change-point problems.
- aum: Area Under Min(FP,FN), a new loss function for imbalanced classification and supervised changepoint detection.
- mlr3resampling: new cross-validation algorithms for mlr3 framework in R.
- mmit: Max Margin Interval Trees, decision tree learning for regression with interval-censored outputs.
- rankSVMcompare: support vector machine for learning ranking and comparison functions from labeled pairs of observations.
- WeightedROC: efficient computation of ROC curves and AUC for binary classification data sets with weights.
- clusterpath: convex optimization algorithms for clustering, using fusion penalties.
- binsegRcpp: efficient implementation of the classic binary segmentation heuristic algorithm for change-point detection in sequential data.
- LOPART: Labeled Optimal Partitioning, quadratic time dynamic programming algorithm for optimal change-point detection in labeled data sequences.
- FLOPART: Functional Labeled Optimal Partitioning, log-linear time dynamic programming algorithm for optimal change-point detection in labeled count data sequences.
- gfpop: Generalized Functional Pruning Optimal Partitioning, log-linear time dynamic programming algorithm for optimal change-point detection using a graph to define constraints on adjacent segment parameters.
- PeakSegDisk: disk-based dynamic programming algorithm, which uses log-linear time and log memory, for up-down constrained change-point detection in count data sequences.
- PeakSegJoint: heuristic algorithm for detecting a single common peak in several aligned count data sequences.
- atime: asymptotic time complexity estimation, comparative benchmarking, performance testing.
- RcppDeepState: fuzz testing compiled code in Rcpp packages.
- inlinedocs: documentation generation for R packages.
- animint2: animated, interactive grammar of graphics.
- directlabels: automatic direct label placement for multi-color plots.
- nc: named capture regular expressions in R.
- data.table: efficient data reading, manipulation and analysis in R.