Skip to content

Instantly share code, notes, and snippets.

@triestpa
Last active August 24, 2017 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save triestpa/3b384a15076aeb4ec9cc7bb8c5e494c7 to your computer and use it in GitHub Desktop.
Save triestpa/3b384a15076aeb4ec9cc7bb8c5e494c7 to your computer and use it in GitHub Desktop.
Import
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"import random\n",
"import numpy as np\n",
"import pandas as pd\n",
"from sklearn import datasets, svm, cross_validation, tree, preprocessing, metrics\n",
"import sklearn.ensemble as ske\n",
"import tensorflow as tf\n",
"from tensorflow.contrib import skflow"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.2"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment