prakharg24 commited on
Commit
53b8c7c
·
verified ·
1 Parent(s): ce7f467

Update my_pages/rashomon_developer.py

Browse files
Files changed (1) hide show
  1. my_pages/rashomon_developer.py +1 -1
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, our little secret).
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