Fazil B. Topal
08/15/2023, 12:03 PM"sgdr__max_iter": st.randint(100, 1000),
"sgdr__eta0": st.uniform(0.001, 0.2),
"sgdr__alpha": st.uniform(0.001, 1.0),
"sgdr__loss": [
"squared_loss",
"huber",
"epsilon_insensitive",
"squared_epsilon_insensitive",
],
since st is import scipy.stats as st
i was wondering if this is possible in the yaml parameters atm 🤔datajoely
08/15/2023, 12:04 PMFazil B. Topal
08/15/2023, 12:04 PMdatajoely
08/15/2023, 12:05 PMFazil B. Topal
08/15/2023, 12:06 PMdatajoely
08/15/2023, 12:07 PM