Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ st.markdown(r"""
|
|
| 66 |
$$
|
| 67 |
\sigma_{\epsilon_i} = f(\mathbf{x}_i)
|
| 68 |
$$
|
| 69 |
-
This demo is an attempt to
|
| 70 |
""")
|
| 71 |
|
| 72 |
data = st.selectbox("Data", ["Motorcycle", "Olympic", "Linear", 'GPflow'])
|
|
|
|
| 66 |
$$
|
| 67 |
\sigma_{\epsilon_i} = f(\mathbf{x}_i)
|
| 68 |
$$
|
| 69 |
+
This demo is an attempt to experiment with this idea on several synthetic and real datasets with Heteroskedastic noise.
|
| 70 |
""")
|
| 71 |
|
| 72 |
data = st.selectbox("Data", ["Motorcycle", "Olympic", "Linear", 'GPflow'])
|