Skip to content

Instantly share code, notes, and snippets.

View jonathan-taylor's full-sized avatar

Jonathan Taylor jonathan-taylor

View GitHub Profile
@jonathan-taylor
jonathan-taylor / execute_and_save.py
Created June 8, 2012 08:09
A script to load an .ipynb file, execute all cells in order and output the resulting notebook. Depends on https://github.com/jonathan-taylor/nbconvert/tree/json2json
"""
simple example script for running notebooks and saving the resulting notebook.
Usage: `execute_and_save.py foo.ipynb [bar.ipynb [...]]`
Each cell is submitted to the kernel, and the outputs are overwritten and
stored in new notebooks foo_executed.ipynb, etc.
"""
import os,sys,time
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / Compare directly to SGL.ipynb
Last active March 7, 2020 07:54
Comparison to regular sparse group LASSO
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / Segfault with joblib?.ipynb
Last active February 25, 2020 22:59
Segfault with pandas conversion and joblib?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / Copy a dict.ipynb
Last active November 14, 2019 00:31
Copying a list
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / Problem with _inference?.ipynb
Last active September 30, 2019 23:23
Problem with _inference with constant weight
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / Multiscale FS.ipynb
Created June 4, 2019 17:06
Multiscale selective bootstrap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.