Spaces:
Runtime error
Runtime error
Commit
·
b28efab
1
Parent(s):
e59e6e4
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ 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
|
|
|
6 |
import tensorflow as tf
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
+
from sklearn.preprocessing import LabelEncoders
|
10 |
from sklearn.model_selection import train_test_split
|
11 |
from sklearn.preprocessing import MinMaxScaler
|
12 |
from tensorflow.keras.models import Sequential
|