From cc8af1d444987ca52c2665c9ee07a038e1666cb8 Mon Sep 17 00:00:00 2001 From: Mikhail Mekhedkin-Meskhi Date: Tue, 14 Nov 2017 15:31:56 -0600 Subject: [PATCH] Added pandas library and ran on synthetic data for DecisionTreesClassifier, results in /vis --- complexity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complexity.py b/complexity.py index 6f512c4..edcb975 100644 --- a/complexity.py +++ b/complexity.py @@ -1,5 +1,5 @@ import matplotlib.pyplot as plt - +import pandas as pd import numpy as np from sklearn.datasets import make_moons from sklearn.manifold.t_sne import TSNE