Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|