Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,10 @@ import seaborn as sns
|
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
|
| 7 |
def findCorrelation(dataset, target):
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
df["target"] = target
|
| 11 |
|
|
|
|
| 5 |
import matplotlib.pyplot as plt
|
| 6 |
|
| 7 |
def findCorrelation(dataset, target):
|
| 8 |
+
|
| 9 |
+
print(dataset.value)
|
| 10 |
+
|
| 11 |
+
df = pd.read_csv(dataset.value)
|
| 12 |
|
| 13 |
df["target"] = target
|
| 14 |
|