Zeel commited on
Commit
b0a592a
·
1 Parent(s): 4e77d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import numpy as np
2
  import streamlit as st
3
  import matplotlib.pyplot as plt
 
4
  # plt.style.use('fivethirtyeight')
5
 
6
  st.subheader("Gaussian Process Regression with Squared Exponential Kernel")
 
1
  import numpy as np
2
  import streamlit as st
3
  import matplotlib.pyplot as plt
4
+ import scipy.stats
5
  # plt.style.use('fivethirtyeight')
6
 
7
  st.subheader("Gaussian Process Regression with Squared Exponential Kernel")