Skip to content

Instantly share code, notes, and snippets.

Avatar

Kevin Davenport kevindavenport

View GitHub Profile
View gist:7058218
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.
View FB_quicklook.ipynb
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.
View Mahalanobis_Outliers.ipynb
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
View entropy_kldavenport.ipynb
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
View Dynamic-Time-Series-Modeling.ipynb
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
View gist:1d7498344db73db389e4
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
View 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
View 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
View computational_photography_final_project.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View pure_python_decision_trees.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.