Commit b682c08b authored by Joaquin Torres's avatar Joaquin Torres

Changed random state

parent 7660a0e0
...@@ -184,7 +184,7 @@ if __name__ == "__main__": ...@@ -184,7 +184,7 @@ if __name__ == "__main__":
3: "UNDER" 3: "UNDER"
} }
# Defining cross-validation protocol # Defining cross-validation protocol
cv = StratifiedKFold(n_splits=10, shuffle=True, random_state=1) cv = StratifiedKFold(n_splits=10, shuffle=True, random_state=42)
# -------------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------------
# Metric generation through cv for tuned models3 # Metric generation through cv for tuned models3
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment