singhk28
commited on
Commit
·
3293c6c
1
Parent(s):
c27931a
update app... turn off warnings.
Browse files
app.py
CHANGED
@@ -8,6 +8,10 @@ from sklearn.metrics import mean_absolute_error, max_error, r2_score, mean_squar
|
|
8 |
import matplotlib.pyplot as plt
|
9 |
import streamlit.components.v1 as components
|
10 |
import mpld3
|
|
|
|
|
|
|
|
|
11 |
# ---------------------------------------------------------------------------------------------------------------------- #
|
12 |
# Collecting User Input
|
13 |
## Preamble
|
|
|
8 |
import matplotlib.pyplot as plt
|
9 |
import streamlit.components.v1 as components
|
10 |
import mpld3
|
11 |
+
# ---------------------------------------------------------------------------------------------------------------------- #
|
12 |
+
# Settings:
|
13 |
+
st.set_option('deprecation.showPyplotGlobalUse', False)
|
14 |
+
|
15 |
# ---------------------------------------------------------------------------------------------------------------------- #
|
16 |
# Collecting User Input
|
17 |
## Preamble
|