Zeel commited on
Commit
043861d
·
1 Parent(s): 35ac3ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 see how this idea works on several synthetic and real datasets with Heteroskedasticity.
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'])