Skip to content

Instantly share code, notes, and snippets.

View kevindavenport's full-sized avatar

Kevin Davenport kevindavenport

View GitHub Profile
on open dropped_dir
tell application "Terminal"
set dirname to do shell script "perl -e \"print quotemeta ('" & POSIX path of item 1 of dropped_dir & "');\""
do script "cd " & dirname & "; ipython notebook --pylab; exit"
end tell
end open
@kevindavenport
kevindavenport / FB_quicklook.ipynb
Last active December 26, 2015 02:29
Quick look at Kaggle's Facebook Competition Data with Python, Pandas, R, and Numpy.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / Mahalanobis_Outliers.ipynb
Last active June 6, 2019 10:28
An IPython notebook created for my blog post on http://kldavenport.com about the Mahalanobis Distance function and outlier detection.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / entropy_kldavenport.ipynb
Last active March 24, 2016 03:49
A Practical Introduction to Information Entropy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / Dynamic-Time-Series-Modeling.ipynb
Last active February 18, 2018 22:41
Dynamic Time-Series Modeling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / gist:1d7498344db73db389e4
Last active March 24, 2016 03:44
Human_Activity_Recognition.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / Regularized_Logistic_Regression_Intuition.ipynb
Last active February 18, 2019 01:11
Regularized_Logistic_Regression_Intuition.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / 35-hour_workweek_with_python.ipynb
Created February 1, 2015 00:06
35-hour_workweek_with_python.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kevindavenport
kevindavenport / computational_photography_final_project.ipynb
Last active November 22, 2015 18:56
computational_photography_final_project
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.