From 58334a0892cbe356866af5419a8dc53f507a7397 Mon Sep 17 00:00:00 2001 From: Palash Shah <35114859+Palashio@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:16:05 -0400 Subject: [PATCH] updated pprint --- libra/dashboard/auto_eda.py | 2 +- libra/dev_pipeliner/regression_split_functions.py | 1 - requirements.txt | 1 - setup.py | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/libra/dashboard/auto_eda.py b/libra/dashboard/auto_eda.py index 240133ee..fb295ab3 100644 --- a/libra/dashboard/auto_eda.py +++ b/libra/dashboard/auto_eda.py @@ -5,5 +5,5 @@ def __init__(self, path_to_data): self.path_to_data = path_to_data def dashboard(self): - os.system("streamlit run libra/dashboard/LibEDA.py "+self.path_to_data) + os.system("streamlit run LibEDA.py "+self.path_to_data) diff --git a/libra/dev_pipeliner/regression_split_functions.py b/libra/dev_pipeliner/regression_split_functions.py index 23e2b134..2b9f8540 100644 --- a/libra/dev_pipeliner/regression_split_functions.py +++ b/libra/dev_pipeliner/regression_split_functions.py @@ -2,7 +2,6 @@ import keras import numpy as np from colorama import Fore, Style -import pprint import pandas as pd import tensorflow as tf from tabulate import tabulate diff --git a/requirements.txt b/requirements.txt index 9c16b6a7..1ca6f65f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ keras==2.4.3 numpy pandas sklearn -pprint matplotlib tabulate textblob diff --git a/setup.py b/setup.py index 8560eda3..9737ab38 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,6 @@ 'numpy', 'pandas', 'sklearn', - 'pprint', 'matplotlib', 'tabulate', 'textblob',