Skip to content

Commit

Permalink
updated pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Palashio committed Aug 17, 2020
1 parent 2a45a41 commit 58334a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion libra/dashboard/auto_eda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion libra/dev_pipeliner/regression_split_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ keras==2.4.3
numpy
pandas
sklearn
pprint
matplotlib
tabulate
textblob
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
'numpy',
'pandas',
'sklearn',
'pprint',
'matplotlib',
'tabulate',
'textblob',
Expand Down

0 comments on commit 58334a0

Please sign in to comment.