Spaces:
Runtime error
Runtime error
Commit
·
46acc58
1
Parent(s):
b28efab
Update app.py
Browse files
app.py
CHANGED
@@ -6,12 +6,12 @@ import numpy as np
|
|
6 |
import tensorflow as tf
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
-
from sklearn.preprocessing import
|
10 |
from sklearn.model_selection import train_test_split
|
11 |
from sklearn.preprocessing import MinMaxScaler
|
12 |
from tensorflow.keras.models import Sequential
|
13 |
from tensorflow.keras.layers import Dense
|
14 |
import matplotlib.pyplot as plt
|
15 |
-
import seaborn as sns
|
16 |
import pickle
|
17 |
|
|
|
|
6 |
import tensorflow as tf
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
+
from sklearn.preprocessing import LabelEncoder
|
10 |
from sklearn.model_selection import train_test_split
|
11 |
from sklearn.preprocessing import MinMaxScaler
|
12 |
from tensorflow.keras.models import Sequential
|
13 |
from tensorflow.keras.layers import Dense
|
14 |
import matplotlib.pyplot as plt
|
|
|
15 |
import pickle
|
16 |
|
17 |
+
|