Spaces:
Build error
Build error
meg-huggingface
commited on
Commit
•
deefca3
1
Parent(s):
14ce207
Adding dependencies for images
Browse files
data_measurements/dataset_statistics.py
CHANGED
@@ -28,6 +28,9 @@ import plotly.express as px
|
|
28 |
import plotly.figure_factory as ff
|
29 |
import plotly.graph_objects as go
|
30 |
import pyarrow.feather as feather
|
|
|
|
|
|
|
31 |
from datasets import load_from_disk
|
32 |
from nltk.corpus import stopwords
|
33 |
from sklearn.feature_extraction.text import CountVectorizer
|
|
|
28 |
import plotly.figure_factory as ff
|
29 |
import plotly.graph_objects as go
|
30 |
import pyarrow.feather as feather
|
31 |
+
import matplotlib.pyplot as plt
|
32 |
+
import matplotlib.image as mpimg
|
33 |
+
import seaborn as sns
|
34 |
from datasets import load_from_disk
|
35 |
from nltk.corpus import stopwords
|
36 |
from sklearn.feature_extraction.text import CountVectorizer
|