Skip to content

Instantly share code, notes, and snippets.

View mikewlange's full-sized avatar
💡
The dude abides

Mike Lange mikewlange

💡
The dude abides
View GitHub Profile
@mikewlange
mikewlange / Explaining Blackbox Classifiers.ipynb
Created December 4, 2019 17:47
/CreditWorkup/Explaining Blackbox Classifiers.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / start-here-a-gentle-introduction (1).ipynb
Created December 4, 2019 17:44
/CreditWorkup/Data/start-here-a-gentle-introduction (1).ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Foreclosure Notebook Demo.ipynb
Created December 3, 2019 18:06
CreditWorkup/Data/Foreclosure Notebook Demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Foreclosure Notebook Demo.ipynb
Created December 3, 2019 09:35
CreditWorkup/Data/Foreclosure Notebook Demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Untitled18.ipynb
Created December 1, 2019 23:48
/Untitled18.ipynb
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.
@mikewlange
mikewlange / Untitled14.ipynb
Created November 30, 2019 18:40
/Pictures/MLTOOLING/ml-workspace/gpu-flavor/Demos/interpret/examples/python/notebooks/Untitled14.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / Untitled1.ipynb
Created November 30, 2019 03:05
/AIML'/im2latex-master/Untitled1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikewlange
mikewlange / constants.js
Created November 30, 2019 03:01
/astexplorer/server/constants.js
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "if (!process.env.AUTH_TOKEN) {\n console.error(\n 'AUTH_TOKEN is not set! That will result in all gists being anonymous, ' +\n 'which is probably not what you want.'\n );\n process.exit(1);\n}",
"execution_count": null,
"outputs": []
@mikewlange
mikewlange / postcss.config.js
Last active November 30, 2019 02:59
/astexplorer/website/postcss.config.js.ipynb
{
"cells": [
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "module.exports = {\n plugins: [\n require('autoprefixer')\n ]\n}",
"execution_count": null,
"outputs": []