Update my_pages/rashomon_developer.py
Browse files
my_pages/rashomon_developer.py
CHANGED
|
@@ -52,7 +52,7 @@ def render():
|
|
| 52 |
if regularization_method=="l1":
|
| 53 |
st.markdown("""
|
| 54 |
**Randomness:** Sometimes there is randomness in the learning process. Let's flip a coin
|
| 55 |
-
(You can just choose Heads or Tails, and we will assume we flipped a coin
|
| 56 |
"""
|
| 57 |
)
|
| 58 |
random_seed = None
|
|
|
|
| 52 |
if regularization_method=="l1":
|
| 53 |
st.markdown("""
|
| 54 |
**Randomness:** Sometimes there is randomness in the learning process. Let's flip a coin
|
| 55 |
+
(You can just choose Heads or Tails, and we will assume we flipped a coin. It'll be our little secret).
|
| 56 |
"""
|
| 57 |
)
|
| 58 |
random_seed = None
|