You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClassifLinearLasso & ClassifLinearElasticNet models are skipping over run_number = 0 the first multisim run at 50k iterations, regardless of their calibration. However, ClassifLinearLasso_Balanced & ClassifLinearElasticNet_Balanced models are unaffected.
The models are skipping over the first multisim run with max_n_train = 1000 and autoregressive_n = 1 but complete the rest of the multisim flow. This issue is reproduced in simulations with all three calibrations (Sigmoid, Isotonic, and None) at 50k iterations. However, this issue is not occurring at 5k iterations.
To Reproduce
Attached is the my_ppss.yaml file which failed
Run the pdr multisim with the attached my_ppss.yaml file my_ppss_yaml.txt
The text was updated successfully, but these errors were encountered:
Describe the bug
The
ClassifLinearLasso
&ClassifLinearElasticNet
models are skipping overrun_number = 0
the first multisim run at 50k iterations, regardless of their calibration. However,ClassifLinearLasso_Balanced
&ClassifLinearElasticNet_Balanced
models are unaffected.When
my_ppss.yaml
params are set to:The models are skipping over the first multisim run with
max_n_train = 1000
andautoregressive_n = 1
but complete the rest of the multisim flow. This issue is reproduced in simulations with all three calibrations (Sigmoid, Isotonic, and None) at 50k iterations. However, this issue is not occurring at 5k iterations.To Reproduce
my_ppss.yaml
file which failedmy_ppss.yaml
filemy_ppss_yaml.txt
The text was updated successfully, but these errors were encountered: