Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2. %matplotlib inline
  3. import random
  4. import numpy as np
  5. import pandas as pd
  6. from sklearn import datasets, svm, cross_validation, tree, preprocessing, metrics
  7. import sklearn.ensemble as ske
  8. import tensorflow as tf
  9. from tensorflow.contrib import skflow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement