Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from sklearn.pipeline import Pipeline
|
|
7 |
import plotly.express as px
|
8 |
import matplotlib.pyplot as plt
|
9 |
import seaborn as sns
|
|
|
10 |
|
11 |
st.set_page_config(
|
12 |
page_title="Dashboard",
|
|
|
7 |
import plotly.express as px
|
8 |
import matplotlib.pyplot as plt
|
9 |
import seaborn as sns
|
10 |
+
from sklearn.ensemble import IsolationForest
|
11 |
|
12 |
st.set_page_config(
|
13 |
page_title="Dashboard",
|